Territory
Represents sales territories used to organize and assign geographic or market segments to managers, including hierarchical parent relationships.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the territory. |
| auditCreatedDateTime | Datetime | True |
The date and time when the territory was created. |
| auditModifiedBy | String | True |
The user who last modified the territory. |
| auditModifiedDateTime | Datetime | True |
The date and time when the territory was last modified. |
| href | String | True |
The URL of the territory resource. |
| id | String | False |
The unique identifier of the territory record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the territory record. |
| manager_Href | String | True |
The URL of the manager associated with this territory. |
| manager_Id | String | False |
The Id of the manager associated with this territory. |
| manager_Key | String | False |
The system-assigned key of the manager associated with this territory. |
| manager_Name | String | True |
The name of the manager associated with this territory. |
| name | String | False |
The name of the territory. |
| parent_Href | String | True |
The URL of the parent territory associated with this territory. |
| parent_Id | String | False |
The Id of the parent territory associated with this territory. |
| parent_Key | String | False |
The system-assigned key of the parent territory associated with this territory. |
| parent_Name | String | True |
The name of the parent territory associated with this territory. |
| status | String | False |
The current status of the territory, such as active or inactive. |