Show / Hide Table of Contents

    AttendanceAdditions

    Queryable, Introduced in version 22.7

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

    Represents an attendance addition

    GUID

    4A4998B4-667D-429E-89EF-DA6C07FE77EE
    

    Required permission

    Show basic data for attendance
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the attendance addition.
    RowNumber Int32 Row number of the attendance addition.
    Description String The translated description of the attendance addition.
    AdditionType Int32 Type of attendance addition.

    • Standard: 0
    • SystemTimebankAdjustment: 1
    IsActive Boolean Specifies if attendance addition is active.
    EnterFromTo Boolean Specifies whether Enter from/to is enabled.
    MandatoryComment Boolean Specifies whether comment is mandatory or not.
    LinkToProjectType Int32 Type of link to project.

    • None: 0
    • Optional: 1
    • Mandatory: 2
    TimeBankId Int64? The business key identifier of time bank.

    • References TimeBanks
    TimeBank TimeBanks Time bank.

    • Expandable
    TimeBankTransaction Int32 Type of time bank transaction.

    • Increase: 0
    • Decrease: 1
    Cost Decimal The cost of the attendance addition.
    CostCurrencyId Int64 The business key identifier of the attendance addition cost currency.

    • References Currencies
    SalaryTypes SalaryTypes[] The salary types of the attendance addition cost.

    • Expandable
    Introduced in version 24.9
    CostTypeId Int64? The business key identifier of the project cost type of the attendance addition.

    • References ProjectCostTypes
    Introduced in version 24.9
    CostType ProjectCostTypes The project cost type of the attendance addition.

    • Expandable
    Introduced in version 24.9
    CostVisibility Int32 The visibility or editability of the cost of the attendance addition.

    • No: 0
    • Yes: 1
    • Editable: 2
    Introduced in version 24.9

    Example

    {
      "Id": 0,
      "RowNumber": 0,
      "Description": null,
      "AdditionType": 0,
      "IsActive": false,
      "EnterFromTo": false,
      "MandatoryComment": false,
      "LinkToProjectType": 0,
      "TimeBankId": null,
      "TimeBank": null,
      "TimeBankTransaction": 0,
      "Cost": 0.0,
      "CostCurrencyId": 0,
      "SalaryTypes": null,
      "CostTypeId": null,
      "CostType": null,
      "CostVisibility": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB