PwsTimeSplitOrder

Overview


This structure represents the fields associated with a time card split.

Format


PwsTimeSplitOrder
  • PwsTimeSplitOrder

Elements


ElementData TypeRequired?DescriptionSample Data
SplitAdjustmentAmountDoubleA SplitAdjustmentAmount or SplitMinutes or SplitPercent is requiredThe adjusted amount to be assigned to the existing card after the split
153.35
SplitMinutesInt32See SplitAdjustmentAmountThe number of minutes to be assigned to the existing card after the split
60
SplitPercentDoubleSee SplitAdjustmentAmountThe percentage of the time to be assigned to the existing card after the split
.35
TimeCardIdentityPwsVersionedTimeCardRefYesThis structure represents the unique key fields associated with identifying a Time Card. Time Cards can be identified with a TimeCardUid. 

Usage Example(s)


Example 01
               <tim:PwsTimeSplitOrder>
                  <tim:SplitPercent>.35</tim:SplitPercent>
                  <tim:TimeCardIdentity>
                     <com:TimecardType>T</com:TimecardType>
                     <com:TimecardUid>1152921504652486584</com:TimecardUid>
                  </tim:TimeCardIdentity>
               </tim:PwsTimeSplitOrder>