Show / Hide Table of Contents

    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.

    • Required: 0
    • Optional: 1
    • OptionalAtScheduleEnd: 2

    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB