Retrieve Accrual Code details by Employee, Company and Specific Accrual Code
GET {{base_url}}/AbsenceRequests/DDAccrualCode/:EmployeeId/:CompanyId/:AccrualCode
Use this endpoint to retrieve absence accrual related information based on a given employee, company, and accrual code.
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":"0QE34","Code":"PTO","Description":"Text not Translated","StartBal":112,"CurYrEarn":0,"CurYrTaken":0,"UnpostedTime":40,"CurBal":72,"AllowApproverReassign":"Y","ApprovalAdmin":"10001","ApprovalWorkflow":"8700E92D96904CB1B439C339BD821B99","CurrentBenefitAccrualYear":2024,"EmployeeCompany":"00","CompanyName":"America","ShowOnTimesheet":"Y","AbsReqExceedHrsAllowed":999}]