Retrieves the territory with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

sales_territory
NameDescriptionTypeAdditional 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": "c2732d91-aa40-4321-a636-0cfc7f042e20",
  "code": "sample string 2",
  "description": "sample string 3",
  "sales_organization_id": "c820b0ae-67ed-4ed7-950c-d0574fada4df",
  "sales_organization_code": "sample string 5",
  "sales_organization": {
    "id": "863784df-3294-4b1d-8420-47db65ad5fa4",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "db_country_id": "762b33b1-f2f7-460c-9fd9-aa1ce58c0bdb",
    "db_currency_id": "9e69dd00-4086-498a-9a9f-5791454f994f",
    "db_language_id": "97918947-1964-458c-9c52-066bed6dda78",
    "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": "2025-03-16T09:11:54.1459074+00:00"
  },
  "modified_dateutc": "2025-03-16T09:11:54.1459074+00:00"
}