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

« Previous Version 2 Current »

Overview


This structure represents the fields associated with a cost card per diem adjustment

Format


PwsPerDiemAdjustmentOrder

Elements


Element

Data Type

Required?

Description

Sample Data

CostCardIdentitiesPwsVersionedCostCardRefYesThe cost card(s) that will be adjusted

ExpenseTypeIdentityPwsExpenseTypeRefYesThe per diem expense type that will be applied to the cost card
PerDiemAmountDoubleYesThe per diem amount that will be applied to the cost card
100

Usage Example(s)


Example 01
               <tim:PwsPerDiemAdjustmentOrder>
                  <tim:CostCardIdentities>
                     <tim:PwsVersionedCostCardRef>
                        <com:CostCardUid>1152921504614678656</com:CostCardUid>
                     </tim:PwsVersionedCostCardRef>
                  </tim:CostCardIdentities>
                  <tim:ExpenseTypeIdentity>
                     <com:ExpenseTypeName>Per Diem</com:ExpenseTypeName>
                     <com:ExpenseTypeUid>1152921504606881747</com:ExpenseTypeUid>
                  </tim:ExpenseTypeIdentity>
                  <tim:PerDiemAmount>100</tim:PerDiemAmount>
               </tim:PwsPerDiemAdjustmentOrder>
  • No labels