Lists relevant timesheet, leave and shift data for an employee, to allow for intuitive timesheet creation.
GET http:///api/v2/ess/{employeeId}/timesheet/data
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| employeeId | string | Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| FromDate | date-time | Required | |
| ToDate | date-time | Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
MyEssTimesheetDataModel |
| 400 | Bad Request Bad Request |
ProblemDetails |
Powered by DapperDox