AbsenceCodes
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/AbsenceCodes
Represents an absence code. Used in time recording to represent a period of absence.
GUID
DB81909B-E7DC-4D55-A061-A0BB67C6606A
Required permission
Show basic data for attendance
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the absence code. |
|
Code | String | The human readable identifier of the absence code. |
|
Description | String | The translated description of the absence code. |
Example
{
"Id": 0,
"Code": null,
"Description": null
}