Retrieve Accrual Code details by Employee and Company
GET {{base_url}}/AbsenceRequests/DDAccrualCode/:EmployeeId/:CompanyId
Use this endpoint to retrieve all absence accrual code based on a given company id and employee id.
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":"AMS","Description":"Text not Translated","StartBal":74,"CurYrEarn":0,"CurYrTaken":0,"UnpostedTime":0,"CurBal":74,"AllowApproverReassign":"Y","ApprovalAdmin":"02526","ApprovalWorkflow":"ABAEFC6828DE4D4ABB879EDD5987415A","CurrentBenefitAccrualYear":2024,"EmployeeCompany":"00","CompanyName":"America","ShowOnTimesheet":"Y","AbsReqExceedHrsAllowed":999},{"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}]