PwsVersionedCostCardRef

Overview


This structure represents the unique key fields associated with identifying a Cost Card. Cost Cards can be identified with a CostCardUid. 

Format


PwsVersionedCostCardRef
  • PwsVersionedCostCardRef
    • CostCardId: Int32
    • CostCardUid: Int64
    • ReferenceId: String
    • Timestamp: String

Elements


Element

Data Type

Required?

Description

Sample Data

CostCardId

Int32

 No

The cost card Id is a unique identifier for a time card. For internal use only.


CostCardUid

Int64

 Yes

The cost card Uid is a unique and immutable identifier for a cost card.

1152921504614151665

ReferenceId

String

No 

This is a user-defined ID for a cost card. It allows user to tag cost cards that are submitted in a web service request, and is echoed in the web service response to allow users to correlate cost cards in the response to the ones in the request.


Timestamp

String

No 

This is a Base64 encoded timestamp optionally utilized for time card locking.


Usage Example(s)


Example 01
              <tim:PwsVersionedCostCardRef>
                  <com:CostCardUid>1152921504614151665</com:CostCardUid>
               </tim:PwsVersionedCostCardRef>