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": "e21d74ff-4bee-4da6-a7e1-6fd02a9a8f77",
"user_id": "e6c478a4-9ec7-4cdc-a48c-3efd4bdae68e",
"sales_territory_id": "3c11e718-207a-4e03-8b67-206f0deb0bda",
"is_manager_of": true,
"reference_back_office": "sample string 5",
"modified_dateutc": "2026-03-07T13:19:22.6651582+00:00"
}
application/xml, text/xml
Sample:
<user_sales_territory_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>e21d74ff-4bee-4da6-a7e1-6fd02a9a8f77</id> <is_manager_of>true</is_manager_of> <modified_dateutc>2026-03-07T13:19:22.665Z</modified_dateutc> <reference_back_office>sample string 5</reference_back_office> <sales_territory_id>3c11e718-207a-4e03-8b67-206f0deb0bda</sales_territory_id> <user_id>e6c478a4-9ec7-4cdc-a48c-3efd4bdae68e</user_id> </user_sales_territory_list>