PostingPatchResultDtoListSuccessResultResponse
correlationIdstring<uuid>
A unique ID of the request
Example:
fb0ccbbc-62bc-447f-a47e-02b490e25690isSuccessboolean
Indication of whether the request was successfull
result object[]nullable
Array [
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 found]
PostingPatchResultDtoListSuccessResultResponse
{
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true,
"result": [
{
"externalInvoiceId": "F50015",
"postingLineNumber": 1,
"updated": true,
"error": "Posting not found"
}
]
}