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. |