Get a territory
get
/crmRestApi/resources/11.13.18.05/salesTerritories/{UniqueTerritoryNumber}
Request
Path Parameters
-
UniqueTerritoryNumber(required): string
The unique identification number for the territory.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : salesTerritories-item-response
Type:
Show Source
object-
CoverageModel: string
Title:
CoverageMaximum Length:30Default Value:SALES_ACCOUNT_CENTRICIdentifies whether the territory coverage is based on sales account attributes or partner attributes. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the territory. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the territory was created. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the user has access to delete the record. If the value is True, then the user has the access. The default value is False. -
Description: string
Title:
DescriptionMaximum Length:240The description of the territory. -
EffectiveEndDate: string
(date)
Title:
Effective End DateIndicates the date at the end of the date range within which the row is effective. -
EffectiveStartDate: string
(date)
Title:
Effective Start DateIndicates the date at the beginning of the date range within which the row is effective. -
EligibleForQuotaFlag: boolean
Title:
Eligible for QuotaMaximum Length:1Default Value:falseIndicates whether the territory is unlikely to change, and therefore Quota can be entered against the proposed definition. -
ForecastedByParentTerritoryFlag: boolean
Title:
Forecast Invisible to OwnerMaximum Length:1Default Value:falseIndicates whether a territory's parent includes it's forecast. -
ForecastParticipationCode: string
Title:
Enable ForecastingMaximum Length:30Default Value:REVENUEThe code that indicates the forecast participation of the territory, such as REVENUE. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the territory was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the territory. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the territory. -
LatestVersionFlag: boolean
Title:
Latest VersionMaximum Length:1Default Value:trueIndicates the latest active version of the territory. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
Territory NameMaximum Length:60The name of the territory. -
OrganizationName: string
Title:
OrganizationRead Only:trueThe name of owner's organization. -
Owner: string
Title:
OwnerMaximum Length:360The owner of the territory. -
OwnerEmail: string
Title:
Owner EmailRead Only:trueMaximum Length:320The email address of the territory owner resource. -
OwnerResourceId: integer
(int64)
Title:
Resource IDThe identifier of the territory owner resource from resources. -
OwnerResourceNumber: string
Title:
Owner Registry IDRead Only:trueMaximum Length:30The registry ID of the owner. -
OwnerTrans: string
Title:
OwnerMaximum Length:255The name of the owner. -
ParentTerritoryId: integer
(int64)
Title:
Parent Territory IDThe identifier of parent territory. -
ParentTerritoryLovSwitcher: string
The field controls the display of parent territory list of values on the UI. This attribute is used for an internal purpose.
-
ParentTerritoryNumber: string
Title:
Parent Territory NumberRead Only:trueMaximum Length:30The coverage number for the territory. -
ParentTerritoryTrans: string
The name of the parent territory.
-
ParentUniqueTerritoryNumber: string
Title:
Parent Territory Unique NumberMaximum Length:30The public unique identifier of the parent territory. -
PartnerId: integer
(int64)
Title:
Partner IDThe identifier of the partner associated to the territory. -
PartnerName: string
Title:
PartnerMaximum Length:360The partner associated to the territory. -
PartnerNumber: string
Title:
Partner NumberMaximum Length:30The number of the partner. -
PartnerProgramId: integer
(int64)
Title:
Partner Program IDThe identifier of the program that a partner is participating in. -
ProgramName: string
Title:
Partner ProgramMaximum Length:150The specific program that a partner is participating in. -
ProposalNumber: string
Title:
Proposal NumberMaximum Length:30The number of the proposal with which the territory is associated. -
ReviseQuotaFlag: boolean
Title:
Revise QuotaMaximum Length:1Indicates whether a submitted quota needs to be updated. -
RevisionDescription: string
Title:
Revision DescriptionMaximum Length:1000Allows a user to note why the quota needs to be revised. -
RevisionReason: string
Title:
Revision ReasonMaximum Length:30Allows a user to note why the quota needs to be revised. -
SourceTerrId: integer
(int64)
Title:
Source Territory IDThe territory that the selected dimensions are being inherited from. -
SourceTerrLastUpdateDate: string
(date-time)
Title:
Source Territory Last Update DateThe date the attribute of the source territory was last updated. This is related to inheritance of dimensions by recipient territories from source territories. -
SourceTerrName: string
Title:
Source TerritoryMaximum Length:60The territory that the selected dimensions are being inherited from. -
SourceTerrVersionId: integer
(int64)
Title:
Source Territory Version IDThe identifier of the source territory version. -
SourceUniqueTerritoryNumber: string
Title:
Source Unique Territory NumberMaximum Length:30The public unique identifier of the source territory. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:DRAFTThe status the territory is in, such as FINALIZED. -
TerritoryCoverage: array
Territory Coverages
Title:
Territory CoveragesThe territory coverages resource is used to view, create, update, and delete the territory dimensions associated with a territory. The coverage identifies the scope of responsibility of the territory team in the market space. The coverage object contains a record for each of the coverage for historical, active, and draft territory versions. A territory version may or may not have a coverage associated with it. -
TerritoryFunctionCode: string
Title:
Territory FunctionMaximum Length:30The business function associated with the territory. -
TerritoryHierarchyUniqueTerritoryNumber: string
Title:
Territory Hierarchy Unique Territory NumberRead Only:trueMaximum Length:30The unique alternate identifier of the territory at the top of the hierarchy to be exported. -
TerritoryId: integer
(int64)
Title:
Territory IDThe identifier of the territory. -
TerritoryLevel: integer
(int64)
Title:
Territory LevelThe level of the territory in the territory hierarchy. -
TerritoryLineOfBusiness: array
Territory Business
Title:
Territory BusinessThe territory line of business resource is used to view, create, update, and delete the lines of business associated with a territory. -
TerritoryNumber: string
Title:
Territory NumberMaximum Length:30The identification number for the active territory. -
TerritoryResource: array
Territory Resources
Title:
Territory ResourcesThe territory resources or team object is used to view, create, update, and delete the resources allocated to a territory. For example, the sales representative that owns the territory. -
TerritoryVersionId: integer
(int64)
Title:
Territory Version IDThe identifier of territory version. -
TerrProposalId: integer
(int64)
Title:
Territory Proposal IDThe identifier of territory proposal. -
TypeCode: string
Title:
TypeMaximum Length:30Default Value:PRIMEIdentifies type of the territory. -
UniqueTerritoryNumber: string
Title:
Unique Territory NumberMaximum Length:30The unique identification number for the territory. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the user has access to update the record. If the value is True, then the user has the access. The default value is False.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Territory Coverages
Type:
arrayTitle:
Territory CoveragesThe territory coverages resource is used to view, create, update, and delete the territory dimensions associated with a territory. The coverage identifies the scope of responsibility of the territory team in the market space. The coverage object contains a record for each of the coverage for historical, active, and draft territory versions. A territory version may or may not have a coverage associated with it.
Show Source
Nested Schema : Territory Business
Type:
arrayTitle:
Territory BusinessThe territory line of business resource is used to view, create, update, and delete the lines of business associated with a territory.
Show Source
Nested Schema : Territory Resources
Type:
arrayTitle:
Territory ResourcesThe territory resources or team object is used to view, create, update, and delete the resources allocated to a territory. For example, the sales representative that owns the territory.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : salesTerritories-TerritoryCoverage-item-response
Type:
Show Source
object-
AccountId: integer
(int64)
Title:
Account IDThe identifier for the customer inclusion or exclusion. -
AccountName: string
Title:
Customer AccountRead Only:trueMaximum Length:360The name of the customer inclusion. -
AccountTypeCode: string
Title:
Account Type CodeMaximum Length:30The code for the account type in the territory coverage. -
AddressCity: string
Title:
CityMaximum Length:60The city of the address dimension in the territory coverage. -
AddressCountry: string
Title:
CountryMaximum Length:2The country of the address dimension in the territory coverage. -
AddressCounty: string
Title:
CountyMaximum Length:60The county of the address dimension in the territory coverage. -
AddressElementAttribute1: string
Title:
Additional Attribute 1Maximum Length:150The additional attribute 1 of the address dimension in the territory coverage. -
AddressElementAttribute2: string
Title:
Additional Attribute 2Maximum Length:150The additional attribute 2 of the address dimension in the territory coverage. -
AddressElementAttribute3: string
Title:
Additional Attribute 3Maximum Length:150The additional attribute 3 of the address dimension in the territory coverage. -
AddressElementAttribute4: string
Title:
Additional Attribute 4Maximum Length:150The additional attribute 4 of the address dimension in the territory coverage. -
AddressElementAttribute5: string
Title:
Additional Attribute 5Maximum Length:150The additional attribute 5 of the address dimension in the territory coverage. -
AddressPostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the address dimension in the territory coverage. -
AddressProvince: string
Title:
ProvinceMaximum Length:60The province of the address dimension in the territory coverage. -
AddressState: string
Title:
StateMaximum Length:60The state of the address dimension in the territory coverage. -
Auxiliary1Code: string
Title:
Auxiliary 1 CodeMaximum Length:30The auxiliary 1 code in the territory coverage. -
Auxiliary2Code: string
Title:
Auxiliary 2 CodeMaximum Length:30The auxiliary 2 code in the territory coverage. -
Auxiliary3Code: string
Title:
Auxiliary 3 CodeMaximum Length:30The auxiliary 3 code in the territory coverage. -
AuxiliaryDimension1: string
Title:
Auxiliary 1Read Only:trueThe auxiliary 1 name in the territory coverage. -
AuxiliaryDimension2: string
Title:
Auxiliary 2Read Only:trueThe auxiliary 2 name in the territory coverage. -
AuxiliaryDimension3: string
Title:
Auxiliary 3Read Only:trueThe auxiliary 3 name in the territory coverage. -
BusinessUnitId: integer
(int64)
Title:
Business Unit IDThe identifier for the business unit in the territory coverage. -
BusinessUnitName: string
Title:
Business UnitMaximum Length:255The name for the business unit in the territory coverage. -
CoverageId: integer
(int64)
Title:
Coverage IDThe unique identifier of the territory coverage rule. -
CoverageNumber: string
Title:
Coverage NumberMaximum Length:30The public unique identifier of the territory coverage rule. -
CoverageTypeCode: string
Title:
Coverage Type CodeMaximum Length:30The code for the territory coverage type. If the territory coverage model is sales account centric, the accepted values are: -REGULAR (for coverage based on sales account dimensionality or named accounts) -INCLUSION (for manually included account coverage) -EXCLUSION (for manually excluded account coverage) If the territory coverage model is partner centric, the accepted values are: -PARTNER_REGULAR (for coverage based on partner dimensionality) -PARTNER_INCLUSION (for manually included partner coverage) -PARTNER_EXCLUSION (for manually excluded partner coverage) In case of inheritance, if the coverage is for a recipient territory, then the accepted value is INHERITANCE_OVERRIDE which indicates that the coverage overrides some of the inherited dimensionality. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the territory coverage. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the territory coverage was created. -
CustomerSizeCode: string
Title:
Customer Size CodeMaximum Length:30The code for the customer size in the territory coverage. -
DimensionName: string
Title:
Dimension NameRead Only:trueMaximum Length:60The name of a dimension used in sales territories to define the area of responsibility for the salesperson. Examples are the Product and Industry dimensions. -
Extension1: string
Title:
Extension 1Read Only:trueMaximum Length:255The extension 1 name in the territory coverage. -
Extension10: string
Title:
Extension 10Read Only:trueMaximum Length:255The extension 10 name in the territory coverage. -
Extension10Code: string
Title:
Extension 10 CodeMaximum Length:30The extension 10 code in the territory coverage. -
Extension1Code: string
Title:
Extension 1 CodeMaximum Length:30The extension 1 code in the territory coverage. -
Extension2: string
Title:
Extension 2Read Only:trueMaximum Length:255The extension 2 name in the territory coverage. -
Extension2Code: string
Title:
Extension 2 CodeMaximum Length:30The extension 2 code in the territory coverage. -
Extension3: string
Title:
Extension 3Read Only:trueMaximum Length:255The extension 3 name in the territory coverage. -
Extension3Code: string
Title:
Extension 3 CodeMaximum Length:30The extension 3 code in the territory coverage. -
Extension4: string
Title:
Extension 4Read Only:trueMaximum Length:255The extension 4 name in the territory coverage. -
Extension4Code: string
Title:
Extension 4 CodeMaximum Length:30The extension 4 code in the territory coverage. -
Extension5: string
Title:
Extension 5Read Only:trueMaximum Length:255The extension 5 name in the territory coverage. -
Extension5Code: string
Title:
Extension 5 CodeMaximum Length:30The extension 5 code in the territory coverage. -
Extension6: string
Title:
Extension 6Read Only:trueMaximum Length:255The extension 6 name in the territory coverage. -
Extension6Code: string
Title:
Extension 6 CodeMaximum Length:30The extension 6 code in the territory coverage. -
Extension7: string
Title:
Extension 7Read Only:trueMaximum Length:255The extension 7 name in the territory coverage. -
Extension7Code: string
Title:
Extension 7 CodeMaximum Length:30The extension 7 code in the territory coverage. -
Extension8: string
Title:
Extension 8Read Only:trueMaximum Length:255The extension 8 name in the territory coverage. -
Extension8Code: string
Title:
Extension 8 CodeMaximum Length:30The extension 8 code in the territory coverage. -
Extension9: string
Title:
Extension 9Read Only:trueMaximum Length:255The extension 9 name in the territory coverage. -
Extension9Code: string
Title:
Extension 9 CodeMaximum Length:30The extension 9 code in the territory coverage. -
GeographyHighId: integer
(int64)
Title:
Geography High IDThe identifier for the higher geography in the range in the territory coverage. -
GeographyHighName: string
Title:
Geography High NameThe name for the higher geography in the range in the territory coverage. -
GeographyId: integer
(int64)
Title:
Geography IDThe identifier for the geography in the territory coverage. -
GeographyName: string
Title:
GeographyThe name of the geography in the territory coverage. This may include the full path of the geography in order to uniquely identify the location, for example; >United States>New Hampshire>Manchester. -
IncludeHierarchyFlag: boolean
Title:
Include HierarchyMaximum Length:1Indicates whether the dimension member is included along with its hierarchy or not. The default value is true. -
IndustryCode: string
Title:
Industry CodeMaximum Length:30The code for the industry in the territory coverage. -
IndustryName: string
Title:
IndustryRead Only:trueThe name of the industry in the territory coverage. -
InventoryItemId: integer
(int64)
Title:
Inventory Item IDThe identifier for the inventory item in the territory coverage. -
InventoryOrgId: integer
(int64)
Title:
Inventory Organization IDThe identifier for the inventory organization in the territory coverage. -
ItemName: string
Title:
Item NameRead Only:trueMaximum Length:240The name for the item in the territory coverage. -
ItemNumber: string
Title:
Item NumberRead Only:trueMaximum Length:300The number for the item in the territory coverage. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date the territory coverage was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the territory coverage. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the territory coverage. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationType: string
Title:
Organization TypeRead Only:trueThe name of the organization type in the territory coverage. -
OrganizationTypeCode: string
Title:
Organization Type CodeMaximum Length:30The code for the organization type in the territory coverage. -
OriginalReference: string
Title:
Original ReferenceMaximum Length:300The origin source system reference of the account or contact. -
PartnerId: integer
(int64)
Title:
Partner IDThe identifier of the partner inclusion or exclusion. -
PartnerName: string
Title:
PartnerRead Only:trueMaximum Length:360The name of the partner inclusion. -
PartnerNumber: string
Title:
Partner NumberMaximum Length:30The public unique identifier of the partner inclusion or exclusion. -
ProductGroupId: integer
(int64)
Title:
Product Group IDThe identifier for the product group in the territory coverage. -
ProductGroupName: string
Title:
Product Group NameRead Only:trueMaximum Length:250The name for the product group in the territory coverage. -
ProductGroupNumber: string
Title:
Product Group NumberMaximum Length:50The number for the product group in the territory coverage. -
RegistryId: string
Title:
Registry IDRead Only:trueMaximum Length:30The public unique identifier of the customer inclusion. -
SalesChannelCode: string
Title:
Sales Channel CodeMaximum Length:30The code for the sales channel in the territory coverage. -
SubSalesChannelCode: string
Title:
Subsales Channel CodeMaximum Length:30The code for the sub sales channel in the territory coverage. -
TerrDimensionCode: string
Title:
Territory Dimension CodeMaximum Length:5The code indicating the territory dimension. For example, AcTyp, Acct, Aux1, Aux2, Aux3, BUnit, CSize, Geo, Indst, OrgTp, Prod, Prtnr, or SChnl. -
TerritoryVersionId: integer
(int64)
Title:
Territory Version IDThe unique identifier of territory version. -
UniqueTerritoryNumber: string
Title:
Unique Territory NumberMaximum Length:30The public unique identifier of the territory.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : salesTerritories-TerritoryLineOfBusiness-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the territory line of business. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the territory line of business was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the territory line of business was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the territory line of business. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the territory line of business. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LobCode: string
Title:
Line of Business CodeMaximum Length:30The code for the line of business. -
Meaning: string
Title:
Line of BusinessRead Only:trueMaximum Length:80The meaning of the line of business. -
TerritoryVersionId: integer
(int64)
Title:
Territory Version IDThe unique identifier of the territory version. -
TerrLobId: integer
(int64)
Title:
Line of Business IDThe unique identifier of the territory line of business. -
UniqueTerritoryNumber: string
Title:
Unique Territory NumberMaximum Length:30The public unique identifier of the territory.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : salesTerritories-TerritoryResource-item-response
Type:
Show Source
object-
AdministratorFlag: boolean
Title:
Team Member AdministratorMaximum Length:1Indicates whether the resource is an administrator of the territory. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the territory team member. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date the territory team member was created. -
Email: string
Title:
EmailRead Only:trueMaximum Length:320The email address of the resource. -
FunctionCode: string
Title:
Team Member FunctionMaximum Length:30The code for the function of the resource associated with the territory. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date the territory team member was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the territory team member. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the territory team member. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManageForecastFlag: boolean
Title:
Forecasting DelegateMaximum Length:1Indicates whether a territory resource has been given the responsibility to manage the territory forecast on behalf of the owner of the territory. -
Manager: string
Read Only:
trueMaximum Length:360The name of the manager. -
OrganizationName: string
Title:
OrganizationRead Only:trueMaximum Length:240The name of the organization of the resource. -
OwnerFlag: boolean
Title:
OwnerRead Only:trueIndicates whether the team member is the owner. -
ResourceId: integer
(int64)
Title:
Resource IDThe unique identifier of the resource from the resource manager. -
ResourceName: string
Title:
Resource NameRead Only:trueMaximum Length:360The name of the resource associated with the territory. -
ResourceNumber: string
Title:
Resource Registry IDRead Only:trueMaximum Length:30The public unique identifier of the territory resource from the resource manager. -
RoleName: string
Title:
Team Member RoleRead Only:trueMaximum Length:60The name of the team member role associated with the resource. -
TerritoryVersionId: integer
(int64)
Title:
Territory Version IDThe unique identifier of the territory version. -
TerrResourceId: integer
(int64)
Title:
Territory Resource IDThe unique identifier of the territory team member. -
UniqueTerritoryNumber: string
Title:
Unique Territory NumberMaximum Length:30The public unique identifier of the territory.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- EnabledTypeCodesViewAccessor
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DMOT_TERRITORY_TYPE%2CBindLookupCode%3D{TypeCode}
The list of values for the territory type, such as PRIME or OVERLAY.
The following properties are defined on the LOV link relation:- Source Attribute: TypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ExtendedResourcePickerViewAccessor
-
Operation: /crmRestApi/resources/11.13.18.05/resourcesThe list of values for the territory owner resource. The territory owner is the person responsible for sales in the territory.
The following properties are defined on the LOV link relation:- Source Attribute: Owner; Target Attribute: ResourceName
- Display Attribute: ResourceName, PrimaryPhoneNumber, EmailAddress, OrganizationName, RoleName, ReportsTo
- LookupYesNoViewAccessor
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DYES_NO
The list of values to indicate if the forecast for the territory is made at the parent territory level. The valid values are Yes and No.
The following properties are defined on the LOV link relation:- Source Attribute: ForecastedByParentTerritoryFlag; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- PartnerPickerPVOViewAccessor
-
The list of values for the name of the territory partner. The territory partner identifies the partner organization associated with the territory when the territory type is Partner.
The following properties are defined on the LOV link relation:- Source Attribute: PartnerName; Target Attribute: PartyName
- Display Attribute: PartyName
- TerritoryCoverage
-
Operation: /crmRestApi/resources/11.13.18.05/salesTerritories/{UniqueTerritoryNumber}/child/TerritoryCoverageParameters:
- UniqueTerritoryNumber:
$request.path.UniqueTerritoryNumber
The territory coverages resource is used to view, create, update, and delete the territory dimensions associated with a territory. The coverage identifies the scope of responsibility of the territory team in the market space. The coverage object contains a record for each of the coverage for historical, active, and draft territory versions. A territory version may or may not have a coverage associated with it. - UniqueTerritoryNumber:
- TerritoryFunctionViewAccessor
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_MOT_TERRITORY_FUNCTION%2CBindLookupCode%3D{TerritoryFunctionCode}
The list of values for the function of the territory, such as Primary or Sales Support.
The following properties are defined on the LOV link relation:- Source Attribute: TerritoryFunctionCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- TerritoryLineOfBusiness
-
Parameters:
- UniqueTerritoryNumber:
$request.path.UniqueTerritoryNumber
The territory line of business resource is used to view, create, update, and delete the lines of business associated with a territory. - UniqueTerritoryNumber:
- TerritoryResource
-
Operation: /crmRestApi/resources/11.13.18.05/salesTerritories/{UniqueTerritoryNumber}/child/TerritoryResourceParameters:
- UniqueTerritoryNumber:
$request.path.UniqueTerritoryNumber
The territory resources or team object is used to view, create, update, and delete the resources allocated to a territory. For example, the sales representative that owns the territory. - UniqueTerritoryNumber:
- ValidForecastParticipationCodeViewAccessor
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DORA_MOT_TERR_ENABLE_FCASTING
The list of values for the forecast participation, such as Revenue or Nonrevenue. The territory forecast participation indicates whether the territory is being forecasted, and if yes, whether it participates in revenue forecasting, non-revenue forecasting, or both.
The following properties are defined on the LOV link relation:- Source Attribute: ForecastParticipationCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ValidRevisionReasonViewAccessor
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DMOT_QUOTA_REASON
The list of values for the user-defined reason for revising the quota, such as Resource added, Dimension changed, and so on. The territory revision reason explains to the quota administrator the reason for revising the quota for the territory.
The following properties are defined on the LOV link relation:- Source Attribute: RevisionReason; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ValidStatusCodeViewAccessor
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DMOT_TERRITORY_VERSION_STATUS
The list of values for the territory version status, such as DRAFT or FINALIZED.
The following properties are defined on the LOV link relation:- Source Attribute: StatusCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ValidateCoverageModel
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DMOT_TERR_COVERAGE_MODEL
The list of values to indicate if the dimension of the territory is based on account attributes or partner attributes, such as Customer Centric or Partner Centric.
The following properties are defined on the LOV link relation:- Source Attribute: CoverageModel; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
Examples
The following example shows how to get a territory for sales by submitting a get request on the REST resource using cURL.
cURL Command
curl --user
sales_cloud_user https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/salesTerritories/CDRM_461Example of Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"CreatedBy": "SALES_ADMINISTRATOR",
"CreationDate": "2009-09-18T12:17:28.981+00:00",
"Description": null,
"EffectiveEndDate": "2010-01-18",
"EffectiveStartDate": "2009-09-18",
"LastUpdateDate": "2010-10-26T10:33:42.135+00:00",
"LastUpdateLogin": "9388825E902FEE67E04044987CF065D5",
"LastUpdatedBy": "SALES_ADMIN",
"Name": "AMQA Germany Account 2",
"TerritoryVersionId": 100000054003703,
"OwnerResourceId": 100010025531586,
"ParentTerritoryId": 100000013121095,
"StatusCode": "FINALIZED",
"TerrProposalId": 100000014936001,
"TerritoryId": 100000013121165,
"TerritoryLevel": 6,
"TypeCode": "PRIME",
"Owner": "Bob Bennett",
"LatestVersionFlag": true,
"PartnerId": null,
"PartnerProgramId": null,
"ForecastParticipationCode": "REVENUE",
"SourceTerrId": null,
"RevisionReason": null,
"RevisionDescription": null,
"ReviseQuotaFlag": null,
"EligibleForQuotaFlag": true,
"SourceTerrVersionId": null,
"PartnerName": null,
"ProgramName": null,
"OrganizationName": null,
"SourceTerrName": "None",
"SourceTerrLastUpdateDate": null,
"CoverageModel": "SALES_ACCOUNT_CENTRIC",
"ForecastedByParentTerritoryFlag": false,
"OwnerEmail": "sendmail-test-discard@oracle.com",
"TerritoryNumber": "CDRM_461",
"ParentTerritoryLovSwitcher": "LOV_ParentTerritoryId",
"UpdateFlag": true,
"DeleteFlag": true,
"ParentTerritoryNumber": "CDRM_462",
"OwnerTrans": "Bob Bennett",
"TerritoryFunctionCode": null,
"ParentTerritoryTrans": "AMQA Germany License and Consulting",
"UniqueTerritoryNumber": "CDRM_461",
"OwnerResourceNumber": "100010025531586",
"ProposalNumber": "CDRM_190",
"PartnerNumber": null,
"ParentUniqueTerritoryNumber": "CDRM_X_100000054003656",
"SourceUniqueTerritoryNumber": null,
"TerritoryHierarchyUniqueTerritoryNumber": null,
"R10_SalesTerritory_Text_c": null,
"R10_SalesTerritory_Number_c": null,
"R10_SalesTerritory_Date_c": null,
"R10_SalesTerritory_CheckBox_c": null,
"R10_SalesTerritory_Perc_c": null,
"R10_SalesTerritory_DateTime_c": null,
"R10_SalesTerritory_Currency_c": null,
"R10_SalesTerritory_FixChList_c": null,
"R10_SalesTerritory_DynChList_Id_c": null,
"R10_SalesTerritory_DynChList_c": null,
"R10_SalesTerritory_RecType_c": null,
"Email_c": null,
"TMTXT_c": null,
"TM_Num_c": null,
"Cust_Owner_c": null,
"Cust_Assignee_c": null,
"TestTextForService_c": null,
"R11_Sales_Territory_Text_Field_c": null,
"R11_Sales_Terriotry_Number_Fld_c": null,
"R11_Sales_Territory_Date_c": null,
"R11_Sales_Territory_Checkbox_c": null,
"R11_TM_PGCOM_NUM_c": null,
"R11_TM_Cust_Text_c": null,
"R11_Cust_Owner1_c": null,
"R11_Cust__c": null,
"R11_Cust_email_to_c": null,
"R10_SalesTerritory_RecType_cMeaning": null,
"R12R13Upg_Text_c": null,
"R12R13Upg_Num_c": null,
"R12R13Upg_Date_c": null,
"Text_CloneLayout_c": null,
"ST_Text1_c": null,
"ST_Text2_c": null,
"ST_Text3_c": null,
"links": [
...
}Note:
You can use any number of coverages for a territory. However, it is recommended that you limit the number of records per query to tens of thousands. For example, a query to get 50000 records can be curl -u <username:password> \ -Xhttps://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/territories?limit=50000. Additionally, you can configure an appropriate gateway timeout
in your client application when querying tens of thousands of territory
coverage records.