...
Panel | ||
---|---|---|
| ||
|
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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/"/> |