AbsencePeriod
Type
Describes a period of absence.
Used in AttendanceRecordingTemplate and ClockIn
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Start | DateTimeOffset | The start time for the period. |
|
End | DateTimeOffset | The end time of the period |
|
RecordingDate | DateTime | The date of the RecordingDays that the absence belongs to. |
|
AbsenceCodeId | Int64? | The business key identifier of the absence to apply for this period, references AbsenceCodes |
|
Initiated | Boolean | Indicates if the absence represents an already initiated absence (is currently absent). |
|
RequirementType | Int32 | Indicates if or when an absence code is required.
|
Example
{
"Start": "0001-01-01T00:00:00+00:00",
"End": "0001-01-01T00:00:00+00:00",
"RecordingDate": "0001-01-01T00:00:00",
"AbsenceCodeId": null,
"Initiated": false,
"RequirementType": 0
}