FinalBook
Command, Introduced in version 2.30
POST https://localhost:8001/sv/001.1/api/v1/Accounting/AccountsPayables/FinalBook
Final books an accounts payable.
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the updated accounts payable. References AccountsPayables
The entity id of the response is the same as the root entity id.
Required permission
Final record without authorization
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
AccountsPayableId | Int64 | The business key identifier of the accounts payable. References AccountsPayables
|
|
FinalBookingRows | AddFinalBookingRow[] | The final booking rows to set for the accounts payable. |
Example
{
"AccountsPayableId": 0,
"FinalBookingRows": null
}