Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Date

ContractTypeId

Int32



The Contract Type Id is a unique identifier for a Contract Type. For internal use only.


ContractTypeName

String



The Contract Type Name is a unique identifier for a Contract Type.

P001395-CL1

ContractTypeUid

Int64



A unique and immutable Id for a Contract Type.

1152921504607083377

Usage Example(s)


Code Block
languagexml
titleExample 01 - without Uid
collapsetrue
               <PwsContractLineItemRef>
                  <ContractLineItemCode>P001395-CL1</ContractLineItemCode>
                  <!--ContractLineItemId>?</ContractLineItemId-->
                  <!--ContractLineItemUid>?</ContractLineItemUid-->
               </PwsContractLineItemRef>

...