Show / Hide Table of Contents

    PersonScheduleCycles

    Queryable, Introduced in version 24.5

    GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/PersonScheduleCycles
    

    Represents a schedule cycle of the person

    GUID

    08E5CF45-4DA8-4C54-AD9E-C3F373DB5E22
    

    Required permission

    Show person
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the person schedule cycle.
    ScheduleCycleId Int64 The business key identifier of the workshop schedule cycle.
    WorkshopScheduleCycle WorkshopScheduleCycles The entity of workshop schedule cycle.

    • Expandable
    • References WorkshopScheduleCycles
    UseFromDate DateTimeOffset The from date of the schedule cycle.
    DayInScheduleCycle Int32 The days of the schedule cycle.
    RowIndex Int32 The row index of the schedule cycle.

    Example

    {
      "Id": 0,
      "ScheduleCycleId": 0,
      "WorkshopScheduleCycle": null,
      "UseFromDate": "0001-01-01T00:00:00+00:00",
      "DayInScheduleCycle": 0,
      "RowIndex": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB