Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview


This specifies the identity of a contract line item milestone. Contract line item milestones can 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.

Format


PwsContractLineItemMilestoneRef
  • PwsContractLineItemMilestoneRef
    • ContractLineItemMilestoneId: Int32
    • ContractLineItemMilestoneUid: Int64

Elements


Element

Data Type

Required?

Default

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

Yes


A unique and immutable Id for a contract line item milestone

1152921504607106677

Usage Example(s)


Example 01
            <a:ContractLineItemMilestoneIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ContractLineItemMilestoneId i:nil="true"/>
               <b:ContractLineItemMilestoneUid>1152921504607106677</b:ContractLineItemMilestoneUid>
            </a:ContractLineItemMilestoneIdentity>
  • No labels