OvertimeTypes
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/OvertimeTypes
Represents a overtime type.
GUID
42CF73A0-037C-4E61-93AC-F79B0D326348
Required permission
Show basic data for attendance
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the overtime type. |
|
Code | String | The human readable identifier of the overtime type. |
|
Description | String | The translated description of the overtime type. |
Example
{
"Id": 0,
"Code": null,
"Description": null
}