PwsTimeSplitOrder
Overview
This structure represents the fields associated with a time card split.
Format
PwsTimeSplitOrder
- PwsTimeSplitOrder
- SplitAdjustmentAmount: Double
- SplitMinutes: Int32
- SplitPercent: Double
- TimeCardIdentity: PwsVersionedTimeCardRef
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
SplitAdjustmentAmount | Double | A SplitAdjustmentAmount or SplitMinutes or SplitPercent is required | The adjusted amount to be assigned to the existing card after the split | 153.35 |
SplitMinutes | Int32 | See SplitAdjustmentAmount | The number of minutes to be assigned to the existing card after the split | 60 |
SplitPercent | Double | See SplitAdjustmentAmount | The percentage of the time to be assigned to the existing card after the split | .35 |
TimeCardIdentity | PwsVersionedTimeCardRef | Yes | This structure represents the unique key fields associated with identifying a Time Card. Time Cards can be identified with a TimeCardUid. |