Show / Hide Table of Contents

    AccrualAccountings

    Queryable, Introduced in version 2.27

    GET https://localhost:8001/sv/001.1/api/v1/Accounting/AccrualAccountings
    

    Represents a accrual accounting.

    GUID

    39C3A08C-F566-4259-90FF-6C58EDD97781
    

    Required permission

    Show accrual
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the accrual accounting.
    Number String The human readable number on the accrual accounting.

    • Max length is 20
    Text String The human readable text on the accrual accounting.

    • Max length is 100
    Type Int32 Type of accrual accounting.

    • AccountsPayableBookingRow: 1
    • VoucherRow: 2
    • ReverseVoucher: 3
    • FreeBooking: 4
    • SalesAgreement: 5
    StartDate DateTimeOffset? Start date of the accrual accounting.
    AccountsPayableId Int64? The business key identifier of the accounts payable.

    References AccountsPayables
    AccountsPayableBookingRowId Int64? The business key identifier of the accounts payable booking row.
    VoucherId Int64? The business key identifier of the voucher.
    VoucherRowId Int64? The business key identifier of the voucher row.
    CommentId Int64? The business key identifier of the accrual accounting comment.

    References Comments
    Comment Comments The comment on the accrual accounting.

    • Expandable
    CancelCommentId Int64? The business key identifier of the accrual accounting cancellation comment.

    References Comments
    CancelComment Comments The cancellation comment on the accrual accounting.

    • Expandable
    IsCancelled Boolean Specifies if the accrual accounting is cancelled.
    BookingId Int64 The business key identifier of the booking.
    Rows AccrualAccountingRows[] The accrual accounting rows.

    • Expandable
    BookingRows BookingRows[] The booking rows on the accrual accounting.

    • Expandable
    AccountsPayableBookingRow BookingRows The booking row of the accrual accounting's account payable.

    • Expandable

    Example

    {
      "Id": 0,
      "Number": null,
      "Text": null,
      "Type": 0,
      "StartDate": null,
      "AccountsPayableId": null,
      "AccountsPayableBookingRowId": null,
      "VoucherId": null,
      "VoucherRowId": null,
      "CommentId": null,
      "Comment": null,
      "CancelCommentId": null,
      "CancelComment": null,
      "IsCancelled": false,
      "BookingId": 0,
      "Rows": null,
      "BookingRows": null,
      "AccountsPayableBookingRow": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB