This structure is used to uniquely identify a Contract Line Item. Contract Line Items can be identified by ContractLineItemCode or ContractLineItemUid. When specifying a PwsContractLineItemRef as an input to a web service, you may specify one or both the ContractLineItemCode and ContractLineItemUid. However, if you do specify both, they must both refer to the same Contract Line Item or the Contract Line Item reference will not be considered valid. When a PwsContractLineItemRef is returned in the response to a web service, both the ContractLineItemCode and ContractLineItemUid will be populated, and guaranteed to refer to a single client.
Element | Data Type | Description | Default (on insert/update) | Sample Data |
---|
ContractLineItemCode | String | The Contract Line Item Code - guaranteed to be unique |
| P001396-CL1 |
ContractLineItemId | Int32 | The Contract Line Item Id. For internal use only. |
|
|
ContractLineItemUid | Int64 | The Contract Line Item Uid is a unique and immutable identifier for a Contract LIne Item |
| 1152921504607083378 |
Usage Example(s)
Code Block |
---|
language | xml |
---|
title | Example 01 |
---|
collapse | true |
---|
|
<ContractLineItemIdentity>
<ContractLineItemCode>P001396-CL1</ContractLineItemCode>
<ContractLineItemId i:nil="true"/>
<ContractLineItemUid>1152921504607083378</ContractLineItemUid>
</ContractLineItemIdentity> |