Show / Hide Table of Contents

    AddFinalBookingRow

    Type, Introduced in version 2.30

    Adds a booking row to a booking

    Used by the FinalBook command.

    Properties

    Name Type Summary Introduced in
    AccountId Int64 The business key identifier of booking row's account.

    References Accounts

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

    • Mandatory
    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
    CodingEntryDescription String The description of the coding entry.

    • Mandatory
    PurchaseOrderDeliveryRowId Int64? The business key identifier of booking row's purchase order delivery row.

    References PurchaseOrderDeliveryRows
    BookingRowType Int32? The booking row type of the booking row.

    • NotInitialized: 0
    • AccountsReceivable: 1
    • OutputVat: 2
    • AccountsPayable: 3
    • PreliminaryAccountsPayable: 4
    • PaymentIn: 5
    • PaymentOut: 6
    • Purchase: 7
    • Sales: 8
    • Miscellaneous: 9
    • PurchaseWithoutOrder: 10
    • InvoicingCharges: 11
    • InsuranceCost: 12
    • RoundOff: 13
    • SetupPrice: 14
    • Material: 15
    • Inventory: 16
    • PreliminaryAccount: 17
    • InputVat: 18
    • ExchangeRateAdjustment: 19
    • InvoiceReminderFee: 20
    • PriceDifference: 21
    • PaymentInVat: 22
    • PaymentOutVat: 23
    • OtherPayment: 24
    • InputVatNonDeductible: 25
    • CurrencyDifference: 26
    • ManualAccountsPayableFinalBookingFromG4: 999
    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 24.2
    Quantity NotNullDecimalInput Quantity on the booking row.
    Introduced in version 24.7

    Example

    {
      "AccountId": 0,
      "DebitAmountInCompanyCurrency": 0.0,
      "CreditAmountInCompanyCurrency": 0.0,
      "CodingEntryElements": null,
      "CodingEntryDescription": null,
      "PurchaseOrderDeliveryRowId": null,
      "BookingRowType": null,
      "VatRateId": null,
      "Quantity": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB