Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
user_sales_territory_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| user_id |
Foreign key to user |
globally unique identifier | |
| sales_territory_id |
Foreign key to sales_territory |
globally unique identifier | |
| is_manager_of | boolean | ||
| reference_back_office |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 50 |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "f02fe711-0e20-41aa-ad9f-b1fa90ac87f1",
"user_id": "2172b442-3a75-4728-926b-b56ef3930096",
"sales_territory_id": "d486a386-0052-4127-be59-569fb5ad227d",
"is_manager_of": true,
"reference_back_office": "sample string 5",
"modified_dateutc": "2026-01-11T21:06:18.7806268+00:00"
}
application/xml, text/xml
Sample:
<user_sales_territory_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>f02fe711-0e20-41aa-ad9f-b1fa90ac87f1</id> <is_manager_of>true</is_manager_of> <modified_dateutc>2026-01-11T21:06:18.780Z</modified_dateutc> <reference_back_office>sample string 5</reference_back_office> <sales_territory_id>d486a386-0052-4127-be59-569fb5ad227d</sales_territory_id> <user_id>2172b442-3a75-4728-926b-b56ef3930096</user_id> </user_sales_territory_list>