This structure contains the complete set of information about a Contract Line Item Milestone. The structure is used both to retrieve detailed Contract Line Item MilestoneĀ informationĀ and to pass information about a Contract Line Item MilestoneĀ back to the server to get updated.
Element | Data Type | Description | Default (on insert/update) | Sample Data |
---|
ContractLineItemMilestoneId | Int32 | Contract Line Item Milestone Id. For internal use only. |
|
|
ContractLineItemMilestoneUid | Int64 | This is the unique and immutable identifier of a Contract Line Item Milestone. |
| 1152921504607104695 |
AchievedDate | DateTime | The date the Contract Line Item Milestone was achieved |
20170430T0001T00:00:00Z |
ContractLineItemIdentity | PwsContractLineItemRef |
|
|
|
ContractLineItemMilestoneName | String | Contract Line Item Milestone Name |
| Milestone for period starting 01-Jan-2018 |
MilestoneAmount | Double | Milestone Amount |
| 10000 |
PlannedDate | DateTime | The date the Contract Line Item Milestone was planned to be achieved |
| 2018-01-01T00:00:00Z |
Description | String | The milestone description |
| Milestone for start of project |
ForegoneFlag | Boolean | Set to true if the milestone has not and will not be achieved | false | "true" or "false" |
ProjectIdentity | PwsProjectRef |
|
|
|
ProjectTaskIdentity | PwsProjectTaskRef |
|
|
|