Show / Hide Table of Contents

    BookingRows

    Queryable, Introduced in version 2.27

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

    Represents a booking row.

    GUID

    6C01AE3F-3CEA-4A92-899A-04E23F8FBD46
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the booking row.
    Type Int32 The type of 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
    AuthorizedWhen DateTimeOffset? When the booking row was authorized.
    Property is obsolete, it gives last value from new list of row authorizations

    • Obsolete since version 2.49 (Now returns AuthorizedWhen from last row authorization)
    PurchaseOrderDeliveryRowId Int64? The business key identifier of the booking rows purchase order delivery row.

    References PurchaseOrderDeliveryRows
    BookingId Int64 The business key identifier of the booking.
    VatRateId Int64? The business key identifier of the row's VAT rate.

    References VatRates
    AccrualAccountingId Int64? The business key identifier of the accrual accounting.
    OrderNumber String The human readable identifier of the order number

    • Max length is 50
    DebitInCompanyCurrency Decimal Debit in the company currency.
    DebitInCompanyCurrencyCurrencyId Int64 The business key identifier of the debit in the company currency.

    References Currencies
    CreditInCompanyCurrency Decimal Credit in the company currency.
    CreditInCompanyCurrencyCurrencyId Int64 The business key identifier of the credit in the company currency.

    References Currencies
    Debit Decimal Debit on the booking row.
    DebitCurrencyId Int64 The business key identifier of the debit currency.

    References Currencies
    Credit Decimal Credit on the booking row.
    CreditCurrencyId Int64 The business key identifier of the credit currency.

    References Currencies
    Quantity Decimal Quantity on the booking row.
    RowIndex Int32 Row index of the booking row.
    CodingEntryId Int64 The business key identifier of the coding entry.

    • References CodingEntries

    Example

    {
      "Id": 0,
      "Type": 0,
      "AuthorizedWhen": null,
      "PurchaseOrderDeliveryRowId": null,
      "BookingId": 0,
      "VatRateId": null,
      "AccrualAccountingId": null,
      "OrderNumber": null,
      "DebitInCompanyCurrency": 0.0,
      "DebitInCompanyCurrencyCurrencyId": 0,
      "CreditInCompanyCurrency": 0.0,
      "CreditInCompanyCurrencyCurrencyId": 0,
      "Debit": 0.0,
      "DebitCurrencyId": 0,
      "Credit": 0.0,
      "CreditCurrencyId": 0,
      "Quantity": 0.0,
      "RowIndex": 0,
      "CodingEntryId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB