GET api/accrual_lookup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of accrual_lookupName | 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-02-06T17:08:03.3055122+00:00", "EffectiveThru": "2025-02-06T17:08:03.3055122+00:00", "id": 4 }, { "CompletedYrsOfSvc": 1.0, "PTOMonthlyRate": 2.0, "PTOYearlyRate": 3.0, "EffectiveFrom": "2025-02-06T17:08:03.3055122+00:00", "EffectiveThru": "2025-02-06T17:08:03.3055122+00: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-02-06T17:08:03.3055122+00:00</EffectiveFrom> <EffectiveThru>2025-02-06T17:08:03.3055122+00:00</EffectiveThru> <PTOMonthlyRate>2</PTOMonthlyRate> <PTOYearlyRate>3</PTOYearlyRate> <id>4</id> </accrual_lookup> <accrual_lookup> <CompletedYrsOfSvc>1</CompletedYrsOfSvc> <EffectiveFrom>2025-02-06T17:08:03.3055122+00:00</EffectiveFrom> <EffectiveThru>2025-02-06T17:08:03.3055122+00:00</EffectiveThru> <PTOMonthlyRate>2</PTOMonthlyRate> <PTOYearlyRate>3</PTOYearlyRate> <id>4</id> </accrual_lookup> </ArrayOfaccrual_lookup>