Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
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 | |
| db_address_id |
Address of territory |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| archived |
Flag for checking archived |
boolean |
Response Formats
application/json, text/json
Sample:
{
"id": "83c93313-7e3e-498e-856a-08791cb046c4",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "8908a99a-c733-4f6d-9fda-e5df032b9a7e",
"db_address_id": "d8d26de7-b8d4-420c-9b21-ce3eb909a1f5",
"modified_dateutc": "2026-01-12T00:18:41.5976646+00:00",
"archived": true
}
application/xml, text/xml
Sample:
<sales_territory xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archived>true</archived> <code>sample string 2</code> <db_address_id>d8d26de7-b8d4-420c-9b21-ce3eb909a1f5</db_address_id> <description>sample string 3</description> <id>83c93313-7e3e-498e-856a-08791cb046c4</id> <modified_dateutc>2026-01-12T00:18:41.597Z</modified_dateutc> <sales_organization_id>8908a99a-c733-4f6d-9fda-e5df032b9a7e</sales_organization_id> </sales_territory>