...
Element | Data Type | Description | Sample Data |
---|---|---|---|
ItemId | Int32 | ||
ItemType | String (3) | The type of item: "AC" for Adjustment Code | CCD |
ItemUid | Int64 | ||
ReferenceType | String | Only applies to item type "TCD" (time card) "R" for reported time off "T" for time card | T |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ItemId i:nil="true"/> <b:ItemType>CCD</b:ItemType> <b:ItemUid>1152921504614018558</b:ItemUid> <b:ReferenceType i:nil="true"/> </a:AssociatedItemIdentity> |
...