Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This web service transfers one or more time card to another project and/or rate and/or role and/or project task

...

Panel
titlePwsTransferTime
  • PwsAdjustTimeDescription
    • serviceRequest: PwsAdjustTimeDescriptionRq
      • RequestId: Int32
      • SessionTicket: String
      • AdjustProjectRoleDatesAsNeededFlag: Boolean
      • AdjustmentCodeIdentity: PwsAdjustmentCodeRef
      • AdjustmentType: String
      • Explanation: String (1024)
      • ReportOnlyFlag: Boolean
      • TransferOrders: PwsTransferOrderPwsTimeTransferOrder

Request Elements


Element

Data Type

Required?

Default

Description

Sample Data

RequestIdInt32No
Click here for more information
1
SessionTicket

String

Yes
Click here for more information
AWuKIeUvHQC5lNzuzE3Ugg==
AdjustRoleDatesAsNeededFlagBooleanNofalseIf 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
AdjustmentCodeIdentityPwsAdjustmentCodeRefNo
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
ReportOnlyFlagBooleanNo
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
TransferOrdersPwsTransferOrderPwsTimeTransferOrderYes
This structure represents the nature of the time card transfer to be applied

...