...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ReferenceId | String | No | This is a user-defined ID for a time card. It allows user to tag time cards that are submitted in a web service request, and is echoed in the web service response to allow users to correlate time cards in the response to the ones in the request. | |
TimecardId | Int32 | No | The time card Id is a unique identifier for a time card. For internal use only. | |
TimecardType | String | Yes | The time card type: 'T' for time card associated with a project 'R' for reported time off | T |
TimecardUid | Int64 | Yes | The time card Uid is a unique and immutable identifier for a time card. | 1152921504648551406 |
Timestamp | String | No | This is a Base64 encoded timestamp optionally utilized for time card locking. |
...