Show / Hide Table of Contents

    AddBookingRow

    Type, Introduced in version 2.30

    Adds a new booking row to the entity.

    Used by the following commands:

    • Create
    • Create
    • AddBookingRows

    Properties

    Name Type Summary Introduced in
    AccountId Int64 The business key identifier of the account to set on the booking row.

    • Mandatory
    • References Accounts
    DebitAmountInCompanyCurreny Decimal The debit amount in company currency to set on the booking row.

    • Obsolete since version 22.7 (Replaced by correctly spelled DebitAmountInCompanyCurrency)
    DebitAmountInCompanyCurrency Decimal The debit amount in company currency to set on the booking row.

    Added as an correction of DebitAmountInCompanyCurrency.

    • Mandatory
    Introduced in version 22.7
    CreditAmountInCompanyCurrency Decimal The credit amount in company currency to set on the booking row.

    • Mandatory
    CodingEntryElements AddCodingEntryElement[] The coding entry elements to set on the booking row.

    • Mandatory
    Specification String The specification of the booking row.

    • Max length is 100
    Introduced in version 22.7
    VatRateId LongInput The business key identifier of the VAT rate to set on the booking row.

    • Generated by Monitor by default
    • References VatRates
    Introduced in version 23.4

    Example

    {
      "AccountId": 0,
      "DebitAmountInCompanyCurreny": 0.0,
      "DebitAmountInCompanyCurrency": 0.0,
      "CreditAmountInCompanyCurrency": 0.0,
      "CodingEntryElements": null,
      "Specification": null,
      "VatRateId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB