...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ErrorDetail | The error detail regarding the failed receipt insert or save | ||
ReferenceId | String | Reference id (used to |
affiliate PwsSaveReceiptResult records with associated PwsReceiptDetail records) |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:PwsSaveReceiptResult> <a:ErrorDetail xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ErrorCode>DocumentNotFound</b:ErrorCode> <b:ErrorNumber>75199</b:ErrorNumber> <b:ErrorText>Document not found.</b:ErrorText> </a:ErrorDetail> <a:ReferenceId i:nil="true"/> </a:PwsSaveReceiptResult> |