PostingPatchResultDto
Result model for a posting patch operation
externalInvoiceIdstringrequired
The external ID of the invoice associated with this posting
Example:
F50015postingLineNumberinteger<int32>required
Sequence number of posting within an invoice
Example:
1updatedbooleanrequired
Indicates whether the posting was successfully updated
Example:
trueerrorstringnullable
Error message if the update failed
Example:
Posting not foundPostingPatchResultDto
{
"externalInvoiceId": "F50015",
"postingLineNumber": 1,
"updated": true,
"error": "Posting not found"
}