Overview
This structure is returned by services such as PwsGetContractLineItem, which return the full details about contract line items, including full details of milestones associated with the contract line item. This structure contains a contract line item milestone detail structure (PwsContractLineItemMilestoneDetail). It is also where additional related information about the contract line item milestone, that is not directly an attribute of the contract line item milestone itself or is not a modifiable attribute, is found.
Format
- PwsContractLineItemMilestoneElement
- CreatedByUserIdentity: PwsUserRef
- CreatedTimestamp: DateTime
- InvoiceIdentity: PwsInvoiceRef
- LastUpdatedByUserIdentity: PwsUserRef
- LastUpdatedTimestamp: DateTime
- MilestoneDetail: PwsContractLineItemMilestoneDetail
- MilestoneStatus: String (1)
- PurchaseOrderNumber: String (50)
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
CreatedByUserIdentity | n/a | The identity of the user who created this milestone. | ||
CreatedTimestamp | DateTime | n/a | The date and time (in UTC format) this milestone was created. | 2018-01-06T16:53:15.527Z |
InvoiceIdentity | n/a | The invoice (if any) that contains this milestone. | ||
LastUpdatedByUserIdentity | n/a | The user who last modified the milestone. | ||
LastUpdatedTimestamp | DateTime | n/a | The date and time (in UTC format) this milestone was last updated. | 2018-01-06T18:12:48.527Z |
MilestoneDetail | n/a | The complete set of information about the milestone. This substructure can be modified and passed to PwsSaveContractLineItemMilestone to make changes to the milestone. | ||
MilestoneStatus | String (1) | n/a | The milestone status. "P" for Pending - the milestone is yet to be achieved, but will in the future "F" for Foregone - the milestone has not and will not be achieved "A" for Achieved - set this by choosing an achieved date "B" for Billed - set when this milestone is on an issued invoice | P |
PurchaseOrderNumber | String (50) | n/a | The purchase order number associated with the milestone. | PO-1234 |