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 Current »

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.


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)

  • No labels