Versions Compared

Key

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

...

Panel
titlePwsContractTypeRef
  • PwsContractTypeRef
    • ContractTypeId: Int32
    • ContractTypeName: String (50)
    • ContractTypeUid: Int64

Elements


On Update:

Element

Data Type

Required?

Default

Description

Sample Data

ContractTypeId

Int32

On Insert: No

On Update: Yes (if the ContractTypeUid is not supplied)

No


The contract type Id is a unique identifier for a contract type. For internal use only.


ContractTypeName

String (50)

On Insert: Yes

One of ContractTypeName or ContractTypeUid is required


The contract type name is a unique identifier for a contract type

Retainer/Service Contract

ContractTypeUid

Int64

On Insert: No

On Update: Yes (if the ContractTypeName is not supplied)

see ContractTypeName


A unique and immutable Id for a contract type

1152921504606848637


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                          <b:ContractTypeIdentity>
                              <b:ContractTypeId i:nil="true"/>
                              <b:ContractTypeName>Retainer/Service Contract</b:ContractTypeName>
                              <b:ContractTypeUid>1152921504606848637</b:ContractTypeUid>
                           </b:ContractTypeIdentity>

...