Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


This structure represents the fields associated with a cost card's disbursed amount adjustment. 

Format


PwsCostDisbursedAmountAdjustmentOrder
  • PwsCostDisbursedAmountAdjustmentOrder
    • CostCardIdentities: PwsVersionedCostCardRef
    • NewIncurredOpsCurrencyIdentity:
    • NewTotalAmountDisbursedCurrency:
    • NewTotalAmountIncurredCurrency:
    • NewVatAmountIncurredCurrency:

Elements


ElementData TypeRequired?DescriptionSample Data
NumberofDaysInt32YesThe number of days the time card will be rounded to
2
CostCardIdentitiesPwsVersionedCostCardRefYesThe time card(s) that will be adjusted

Usage Example(s)


Example 01
            <tim:AdjustmentOrders>
               <!--Zero or more repetitions:-->
               <tim:PwsCostDisbursedAmountAdjustmentOrder>
                  <!--Optional:-->
                  <tim:CostCardIdentity>
                     <com:CostCardUid>1152921504614703247</com:CostCardUid>
                  </tim:CostCardIdentity>
                  <!--Optional:-->
                  <tim:NewIncurredOpsCurrencyIdentity>
                     <!--Optional:-->
                     <com:OpsCurrencyCode>USD</com:OpsCurrencyCode>
                  </tim:NewIncurredOpsCurrencyIdentity>
                  <!--Optional:-->
                  <tim:NewTotalAmountDisbursedCurrency>1122.33</tim:NewTotalAmountDisbursedCurrency>
                  <tim:NewTotalAmountIncurredCurrency>1000</tim:NewTotalAmountIncurredCurrency>
                  <tim:NewVatAmountIncurredCurrency>23</tim:NewVatAmountIncurredCurrency>
                  </tim:PwsCostDisbursedAmountAdjustmentOrder>
            </tim:AdjustmentOrders>
  • No labels