...
This specifies the identity of a contract line item milestone. Contract line item milestones can must be identified by ContractLineItemMilestoneUid . When specifying an PwsContractLineItemMilestoneRef as an input to a web service. When a PwsContractLineItemMilestoneRef is returned in the response to a web service, the ContractLineItemMilestoneUid will be populated, and guaranteed to refer to a single contract type– there are no alternative means of identification.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? |
---|
Description | Sample Data | |
---|---|---|
ContractLineItemMilestoneId | Int32 |
No |
The contract line item milestone Id is a unique identifier for a contract line item milestone. For internal use only. |
ContractLineItemMilestoneUid | Int64 |
On Insert: No
On Update: Yes
Yes | A unique and immutable Id for a contract line item milestone |
1152921504607106677 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:ContractLineItemMilestoneIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ContractLineItemMilestoneId i:nil="true"/> <b:ContractLineItemMilestoneUid>1152921504607106677</b:ContractLineItemMilestoneUid> </a:ContractLineItemMilestoneIdentity> |