AddBookingRow
Type, Introduced in version 2.30
Adds a new booking row to the entity.
Used by the following commands:
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| AccountId | Int64 | The business key identifier of the account to set on the booking row.
|
|
| DebitAmountInCompanyCurreny | Decimal | The debit amount in company currency to set on the booking row.
|
|
| DebitAmountInCompanyCurrency | Decimal | The debit amount in company currency to set on the booking row. Added as an correction of DebitAmountInCompanyCurrency.
|
Introduced in version 22.7 |
| 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.
|
|
| Specification | String | The specification of the booking row.
|
Introduced in version 22.7 |
| VatRateId | LongInput | The business key identifier of the VAT rate to set on the booking row.
|
Introduced in version 23.4 |
Example
{
"AccountId": 0,
"DebitAmountInCompanyCurreny": 0.0,
"DebitAmountInCompanyCurrency": 0.0,
"CreditAmountInCompanyCurrency": 0.0,
"CodingEntryElements": null,
"Specification": null,
"VatRateId": null
}