Employee Accruals
GET {{base_url}}/employee/:Employee/accrual
Use this endpoint to retrieve accruals associated with an employee in the Employees Hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Employee":"00001","Code":"Vacation","UseSchedule":"N","ScheduleID":"","DefaultScheduleID":"","HoursPerYear":120,"HoursPerHourWorked":0,"MaxHoursPerProcess":0,"ChangeDate":"2006-01-01T00:00:00.000","HasMaximum":"S","Maximum":0,"HasCarryoverLimit":"S","CarryoverLimit":0,"EmployeeCompany":" "},{"Employee":"00001","Code":"Sick Lv.","UseSchedule":"N","ScheduleID":"","DefaultScheduleID":"","HoursPerYear":48,"HoursPerHourWorked":0,"MaxHoursPerProcess":0,"ChangeDate":"2006-01-01T00:00:00.000","HasMaximum":"S","Maximum":0,"HasCarryoverLimit":"S","CarryoverLimit":0,"EmployeeCompany":" "}]