Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview


This structure contains the error details of a failed receipt insert or save

Format


PwsSaveReceiptResult

Elements


Element

Data Type

Description

Sample Data

ErrorDetail

PwsErrorDetail

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)


Example 01
 <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>
  • No labels