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 |
|---|---|
|
start
(param in the URI) |
start date |
|
end
(param in the URI) |
end date |
|
companyCode
(param in the URI) |
company code |
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.