Show / Hide Table of Contents

    AdditionRecordings

    Queryable, Introduced in version 22.7

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

    Represents an additional recording

    GUID

    4175D402-D271-4DA7-8682-08248D31F5B3
    

    Required permission

    Show basic data for attendance
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the additional recording.
    AdditionType Int32 Type of attendance addition

    • Standard: 0
    • SystemTimebankAdjustment: 1
    AttendanceAdditionId Int64 The business key identifier of attendance addition id.

    • References AttendanceAdditions
    AttendanceAddition AttendanceAdditions Attendance addition.

    • Expandable
    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
    MandatoryComment Boolean Specifies whether comment is mandatory or not.
    CommentId Int64? The comment id on the additional recording.
    Comment Comments The comment on the additional recording.

    • Expandable
    Amount Decimal The amount of the additional recording.
    Cost Decimal? The cost of the additional recording.
    CostCurrencyId Int64? The business key identifier of the additional recording cost currency.

    • References Currencies
    ProjectId Int64? The business key identifier of the project this additional recording belongs to.

    • References Projects
    IntervalStart DateTimeOffset? The start of the interval.
    IntervalEnd DateTimeOffset? The end of the interval.

    Example

    {
      "Id": 0,
      "AdditionType": 0,
      "AttendanceAdditionId": 0,
      "AttendanceAddition": null,
      "TimeBankId": null,
      "TimeBank": null,
      "TimeBankTransaction": 0,
      "MandatoryComment": false,
      "CommentId": null,
      "Comment": null,
      "Amount": 0.0,
      "Cost": null,
      "CostCurrencyId": null,
      "ProjectId": null,
      "IntervalStart": null,
      "IntervalEnd": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB