Retrieves the territory with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
sales_territory| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| code |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 50 |
| description |
Description of the territory |
string |
Required |
| sales_organization_id |
FK of sales_organization. Filled if specific of one SO, empty if can be used by all |
globally unique identifier | |
| sales_organization_code |
Embedded entity "sales_organization" using ERP PK when adding/updating company_type |
string | |
| sales_organization |
Embedded entity "sales_organization" when adding/updating company_type |
sales_organization | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "fe970379-088d-4dd3-ae09-18fbf7107d2d",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "d914eb77-9a63-401b-a614-0663e74961bc",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "4b443369-b3aa-487b-a7ff-87adf989ae26",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "b765ed20-7361-41ab-8a29-0c561c80f918",
"db_currency_id": "f0b86d87-5810-4817-aa34-5c106a525993",
"db_language_id": "f93f145d-0423-4ee1-acc6-740e69e4dfb2",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-02-09T19:40:27.2986634+00:00"
},
"modified_dateutc": "2026-02-09T19:40:27.2986634+00:00"
}