Show / Hide Table of Contents

    AttendanceRecordingAuthorizers

    Queryable, Introduced in version 24.5

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

    Represents a attendance recording authorizer.

    GUID

    1D0F7F29-3D8A-4DB1-8DD6-73EFDB1394AB
    

    Required permission

    Show person
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of attendance recording authorizer
    UserId Int64 The business key identifier of application user
    ApplicationUser ApplicationUsers The entity of Application user.

    • Expandable
    • References ApplicationUsers
    AllowWorkAdjustments Boolean The option to allow the adjustment of work.
    AllowAttendanceAdjustments Boolean The option to allow the adjustment of attendance.
    AuthorizationType Int32 The authorizing type of attendance recording authorizer.

    • AuthorizationNotAllowed: 0
    • MainAuthorizer: 1
    • SecondAuthorizer: 2

    • Bitmask

    Example

    {
      "Id": 0,
      "UserId": 0,
      "ApplicationUser": null,
      "AllowWorkAdjustments": false,
      "AllowAttendanceAdjustments": false,
      "AuthorizationType": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB