Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
titlePwsContractLineItemMilestoneRef
  • PwsContractLineItemMilestoneRef
    • ContractLineItemMilestoneId: Int32
    • ContractLineItemMilestoneUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ContractLineItemMilestoneId

Int32

On Insert: No

On Update:

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 

 

 A

Yes

A unique and immutable Id for a contract line item milestone

Uid

1152921504607106677

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <a:ContractLineItemMilestoneIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ContractLineItemMilestoneId i:nil="true"/>
               <b:ContractLineItemMilestoneUid>1152921504607106677</b:ContractLineItemMilestoneUid>
            </a:ContractLineItemMilestoneIdentity>