PartnerSalesTransactionBatchItemResult
Model
Defines the response model for indicating the submission status of each record in the batch.
Required
salesTransactionID :
string (GUID)
The SalesTransactionID from the PartnerSalesTransaction record.
Required
errorCode :
BatchItemErrorCode
Indicates if this item was successfully submitted to the server as part of the batch.
Nullable
MaxLength(1024)
errorMessage :
string
An error message related to the BatchItemErrorCode value, where applicable.
Will be NULL for successful submissions, or where the item is skipped due to overall batch failure.
Example
{
"salesTransactionID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"errorCode": 1,
"errorMessage": "string value"
}