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

Version 1 Next »

Overview


This structure represents the unique key fields associated with identifying a cost card that is associated with a receipt. Note: receipts can be associated with a cost card or an entire expense report.

Format


PwsReceiptCostCard
  • PwsReceiptCostCard
    • CostCardIdentity: PwsCostCardRef
    • ReferenceNumber: String
    • ReferenceNumberClearFlag: Boolean

Elements


Element

Data Type

Required?

Default

Description

Sample Data

CostCardIdentity

PwsCostCardRef

Yes


Key fields identifying the cost card associated with the receipt

 

ReferenceNumber

String

No 


The reference number is a unique identifier for a receipt associated with a cost card

 

ReferenceNumberClearFlag

Boolean

No 

false

If set to 'true', the reference number will be set to null

 

Usage Example(s)


Example 01
                     <a:PwsReceiptCostCard>
                           <a:CostCardIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                              <b:CostCardId i:nil="true"/>
                              <b:CostCardUid>1152921504614515251</b:CostCardUid>
                              <b:ReferenceId i:nil="true"/>
                           </a:CostCardIdentity>
                           <a:ReferenceNumber i:nil="true"/>
                           <a:ReferenceNumberClearFlag>false</a:ReferenceNumberClearFlag>
                        </a:PwsReceiptCostCard>
                     </a:ReceiptCostCards>
  • No labels