ContractType
Represents contract types used to categorize contracts and define default settings for billing and revenue recognition.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the contract type. |
| auditCreatedDateTime | Datetime | True |
The date and time when the contract type was created. |
| auditModifiedBy | String | True |
The user who last modified the contract type. |
| auditModifiedDateTime | Datetime | True |
The date and time when the contract type was last modified. |
| description | String | False |
The description of the contract type. |
| entity_Href | String | True |
The URL of the entity associated with this contract type. |
| entity_Id | String | True |
The Id of the entity associated with this contract type. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this contract type. |
| entity_Name | String | True |
The name of the entity associated with this contract type. |
| href | String | True |
The URL of the contract type resource. |
| id | String | False |
The unique identifier of the contract type. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the contract type record. |
| parent_Href | String | True |
The URL of the parent contract type associated with this contract type. |
| parent_Id | String | False |
The Id of the parent contract type associated with this contract type. |
| parent_Key | String | False |
The system-assigned key of the parent contract type associated with this contract type. |
| status | String | False |
The current status of the contract type, such as active or inactive. |
| webURL | String | True |
The web URL used to access this contract type in the application. |