GET api/TimesheetImport?start={start}&end={end}&companyCode={companyCode}
Gets the list of timesheet records for the given date range and company code
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
start | start date |
Define this parameter in the request URI. |
end | end date |
Define this parameter in the request URI. |
companyCode | company code |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.