Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsSaveReceiptResult

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 PwsSaveReceiptResults records

affiliate PwsSaveReceiptResult records with associated PwsReceiptDetail records)

 


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
 <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>