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
|
|
DebitAmountInCompanyCurrency | Decimal | The debit amount in company currency to set on the booking row.
|
|
CreditAmountInCompanyCurrency | Decimal | The credit amount in company currency to set on the booking row.
|
|
CodingEntryElements | AddCodingEntryElement[] | The coding entry elements to set on the booking row.
|
|
CodingEntryDescription | String | The description of the coding entry.
|
|
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.
|
|
VatRateId | LongInput | The business key identifier of the VAT rate to set on the booking row.
|
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
}