Overview
This structure represents the fields associated with time card write up/down adjustment
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
EngagementCurrencyIdentity | Yes | The engagement currency associated with the time card | USD | |
NewAdjustedHourlyRate | Double | Either a NewAdjustedHourlyRate or NewTotalAdjustedAmount needs to be specified | The new hourly rate to be applied to the time card | 100 |
NewTotalAdjustedAmount | Double | see NewAdjustedHourlyRate | The new adjusted amount to be applied to the time card | 100 |
TimeCardIdentities | Yes | The time card(s) that will be written up/down |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<tim:WriteUpDownOrders> <tim:PwsTimeWriteUpDownOrder> <tim:EngagementCurrencyIdentity> <com:CurrencyCode>USD</com:CurrencyCode> <com:CurrencyId>4862</com:CurrencyId> <com:CurrencyUid>1152921504606851838</com:CurrencyUid> </tim:EngagementCurrencyIdentity> <tim:NewTotalAdjustedAmount>100</tim:NewTotalAdjustedAmount> <tim:TimeCardIdentities> <tim:PwsVersionedTimecardRef> <com:TimecardId>45639608</com:TimecardId> <com:TimecardType>T</com:TimecardType> <com:TimecardUid>1152921504652486584</com:TimecardUid> </tim:PwsVersionedTimecardRef> </tim:TimeCardIdentities> </tim:PwsTimeWriteUpDownOrder> |
...