Versions Compared

Key

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

...

Panel
titlePwsContractLineItemRef
  • PwsContractLineItemRef
    • ContractLineItemCode: String
    • ContractLineItemId: Int32
    • ContractLineItemUid: Int64


Elements


 The

Element

Data Type

Required?

Default

Description


ContractLineItemCode

String

 

 



The Contract Line Item Code is a unique identifier for a Contract Line Item.

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
languagexml
titleExample 01
collapsetrue
                                 <ContractLineItemIdentity>
                                    <ContractLineItemCode>P001396-CL1</ContractLineItemCode>
                                    <ContractLineItemId i:nil="true"/>
                                    <ContractLineItemUid>1152921504607083378</ContractLineItemUid>
                                 </ContractLineItemIdentity>