...
Panel | ||
---|---|---|
| ||
|
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:ContractTypeIdentity> <b:ContractTypeId i:nil="true"/> <b:ContractTypeName>Retainer/Service Contract</b:ContractTypeName> <b:ContractTypeUid>1152921504606848637</b:ContractTypeUid> </b:ContractTypeIdentity> |
...