...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ContractTypeId | Int32 | On Insert: No On Update: No | The contract type Id is a unique identifier for a contract type. For internal use only. | ||
ContractTypeName | String (50) | On Insert: Yes On Update: Yes (if the ContractTypeUid is not supplied) | The contract type name is a unique identifier for a contract type | Contract Type - Not to ExceedRetainer/Service Contract | |
ContractTypeUid | Int64 | On Insert: No On Update: Yes (if the ContractTypeName is not supplied) | A unique and immutable Id for a contract type | 11529215046068469821152921504606848637 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<ContractTypeIdentity><b:ContractTypeIdentity> <ContractTypeId<b:ContractTypeId i:nil="true"/> <ContractTypeName>Contract Type - Not to Exceed</ContractTypeName><b:ContractTypeName>Retainer/Service Contract</b:ContractTypeName> <ContractTypeUid>1152921504606846982</ <b:ContractTypeUid>1152921504606848637</b:ContractTypeUid> </b:ContractTypeIdentity> |