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 is used to uniquely identify a receipt. Receipts can be identified by ReceiptUid. 

Format


PwsReceiptRef
  • PwsReceiptRef
    • ReceiptId: Int32
    • ReceiptUid: Int64
    • ReferenceId: String

Elements


Element

Data Type

Required?

Description

Sample Data

ReceiptId

Int32

No

The receipt Id is a unique identifier for a receipt. For internal use only.  


ReceiptUid

Int64

Yes 

The receipt Uid is a unique and immutable identifier for a receipt

1152921504607351889

ReferenceId

String

No 

Reference id (used to affiliate PwsSaveReceiptResult records with associated PwsReceiptDetail records). 


Usage Example(s)


Example 01
                     <ReceiptId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <ReceiptUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607351889</ReceiptUid>
                     <ReferenceId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
  • No labels