ErrorResultPosting
Represents a failed posting in a batch operation.
errorstringnullable
The error message describing why the operation failed.
inputIndexint32
statusCodeint32
externalInvoiceIdstringnullable
The external invoice identifier from the request.
postingLineNumberint32nullable
The posting line number within the invoice.
ErrorResultPosting
{
"error": "string",
"inputIndex": 0,
"statusCode": 0,
"externalInvoiceId": "string",
"postingLineNumber": 0
}