Skip to main content

PostingPatchResultDto

Result model for a posting patch operation

externalInvoiceIdstringrequired

The external ID of the invoice associated with this posting

Example: F50015
postingLineNumberinteger<int32>required

Sequence number of posting within an invoice

Example: 1
updatedbooleanrequired

Indicates whether the posting was successfully updated

Example: true
errorstringnullable

Error message if the update failed

Example: Posting not found
PostingPatchResultDto
{
"externalInvoiceId": "F50015",
"postingLineNumber": 1,
"updated": true,
"error": "Posting not found"
}