Overview
This web service transfers one or more time card to another project and/or rate and/or role and/or project task
...
Panel | ||
---|---|---|
| ||
|
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information | 1 | |
SessionTicket | String | Yes | Click here for more information | AWuKIeUvHQC5lNzuzE3Ugg== | |
AdjustRoleDatesAsNeededFlag | Boolean | No | false | If set to true, the start and/or end date on any associated roles will be adjusted to accommodate the work date on the time card(s) | true |
AdjustmentCodeIdentity | PwsAdjustmentCodeRef | No | This structure represents the unique key fields associated with identifying an adjustment code. Adjustment codes are required whenever you make a monetary adjustment to a time or cost card. This is not applicable to this service. | ||
Explanation | String (1024) | No | An explanation as to why this adjustment was applied. | Transferring time to the active project | |
ReportOnlyFlag | Boolean | No | If set to "true", the time card importing process is exercised, but not completed. If there is any error triggered during the importing process, it will be reported in the response. | false | |
TransferOrders | PwsTransferOrderPwsTimeTransferOrder | Yes | This structure represents the nature of the time card transfer to be applied |
...