Overview
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.
Format
- PwsContractLineItemMilestoneDetail
- ContractLineItemMilestoneId: Int32
- ContractLineItemMilestoneUid: Int64
- AchievedDate: DateTime
- ContractLineItemIdentity: PwsContractLineItemRef
- ContractLineItemMilestoneName: String
- MilestoneAmount: Double
- PlannedDate: DateTime
- Description: String
- ForegoneFlag: Boolean
- ProjectIdentity: PwsProjectRef
- ProjectTaskIdentity: PwsProjectTaskRef
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ContractLineItemMilestoneId | Int32 |
|
| The contract line milestone Id is a unique identifier for a contract line item milestone. For internal use only |
|
ContractLineItemMilestoneUid | Int64 |
|
| The contract line item milestone Uid is a unique and immutable identifier for a contract line item milestone | 1152921504607104692 |
AchievedDate | DateTime |
|
| The date the contract line item milestone was achieved |
|
ContractLineItemIdentity |
|
| The unique key fields associated with identifying a contract line item milestone |
| |
ContractLineItemMilestoneName | String |
|
| The contract line item milestone name |
|
MilestoneAmount | Double |
|
| The contract line item milestone amount |
|
PlannedDate | DateTime |
|
| The planned achieved date for the contract line item milestone |
|
Description | String |
|
| The contract line item milestone description |
|
ForegoneFlag | Boolean |
|
| If set to "true" it indicates that the milestone is not achieved and will not be achieved |
|
ProjectIdentity |
|
| The unique key fields associated with identifying a project |
| |
ProjectTaskIdentity |
|
| The unique key fields associated with identifying a project task |
|