GET api/accrual_lookup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of accrual_lookup| Name | Description | Type | Additional information |
|---|---|---|---|
| CompletedYrsOfSvc | decimal number |
None. |
|
| PTOMonthlyRate | decimal number |
None. |
|
| PTOYearlyRate | decimal number |
None. |
|
| EffectiveFrom | date |
None. |
|
| EffectiveThru | date |
None. |
|
| id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CompletedYrsOfSvc": 1.0,
"PTOMonthlyRate": 2.0,
"PTOYearlyRate": 3.0,
"EffectiveFrom": "2025-12-12T03:41:56.1013004-06:00",
"EffectiveThru": "2025-12-12T03:41:56.1013004-06:00",
"id": 4
},
{
"CompletedYrsOfSvc": 1.0,
"PTOMonthlyRate": 2.0,
"PTOYearlyRate": 3.0,
"EffectiveFrom": "2025-12-12T03:41:56.1013004-06:00",
"EffectiveThru": "2025-12-12T03:41:56.1013004-06:00",
"id": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfaccrual_lookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI">
<accrual_lookup>
<CompletedYrsOfSvc>1</CompletedYrsOfSvc>
<EffectiveFrom>2025-12-12T03:41:56.1013004-06:00</EffectiveFrom>
<EffectiveThru>2025-12-12T03:41:56.1013004-06:00</EffectiveThru>
<PTOMonthlyRate>2</PTOMonthlyRate>
<PTOYearlyRate>3</PTOYearlyRate>
<id>4</id>
</accrual_lookup>
<accrual_lookup>
<CompletedYrsOfSvc>1</CompletedYrsOfSvc>
<EffectiveFrom>2025-12-12T03:41:56.1013004-06:00</EffectiveFrom>
<EffectiveThru>2025-12-12T03:41:56.1013004-06:00</EffectiveThru>
<PTOMonthlyRate>2</PTOMonthlyRate>
<PTOYearlyRate>3</PTOYearlyRate>
<id>4</id>
</accrual_lookup>
</ArrayOfaccrual_lookup>