PwsOverageTransferOrder

Overview


This structure represents the fields associated with a service contract overage hours transfer

Format


PwsOverageTransferOrder
  • PwsOverageTransferOrder

Elements


ElementData TypeRequired?DescriptionSample Data
ActualsCutOffDateDateTimeYesOnly time cards that are on or before this date will be included in the overage transfer
2019-10-14T00:00:00.000Z
ContractLineItemIdentityPwsContractLineItemRefYesThis structure is used to uniquely identify the contract line item the time cards will be transferred from
ReferenceIdentityString (50)NoAn internal id that can be used to correlate the request with the response. This ID does not get saved in the database, it is only used in the context of the associated request.

Usage Example(s)


Example 01
            <tim:TransferOrders>
               <tim:PwsOverageTransferOrder>
                  <tim:ActualsCutoffDate>2019-10-14T00:00:00.000Z</tim:ActualsCutoffDate>
                  <tim:ContractLineItemIdentity>
                     <com:ContractLineItemUid>1152921504607111583</com:ContractLineItemUid>
                  </tim:ContractLineItemIdentity>
               </tim:PwsOverageTransferOrder>
            </tim:TransferOrders>