GET horizon/v1/overtimeclassifications/types
Returns all available types for classifying an overtime
Notes: Odataoperators startswith, endswith,substringof for property Code
Example
"horizon/v1/overtimeclassifications/types?$filter=startswith(Code,'O')"
"horizon/v1/overtimeclassifications/types"
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Milenio3.Horizon.Dto.Entities.OvertimeTypeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": "sample string 1",
"Id": 2
},
{
"Code": "sample string 1",
"Id": 2
}
]