Retrieves all territories
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
sales_territoryName | 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": "2482db76-4443-409b-8f79-101246755aa8", "code": "sample string 2", "description": "sample string 3", "sales_organization_id": "bba384f8-dcc4-4adc-af69-23d554e58ed5", "sales_organization_code": "sample string 5", "sales_organization": { "id": "c6ee7a99-2720-44f3-842b-1226bb71e811", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "f42d10e7-6f4f-405a-8e33-d38db44f908d", "db_currency_id": "407ed760-c053-48d1-a66b-e208703cbbbc", "db_language_id": "670a10cc-2075-4fb5-a7c8-15499df2a520", "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-05-08T10:42:15.9593573+00:00" }, "modified_dateutc": "2025-05-08T10:42:15.9593573+00:00" }