Retrieves the company_sales_territory_list object with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
company_sales_territory_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| company_id |
Foreign key to company |
globally unique identifier | |
| sales_territory_id |
Foreign key to sales_territory |
globally unique identifier | |
| reference_back_office |
Field used for Embedded entity (store there your ERP PK) |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| sys_logical_delete | boolean |
Response Formats
application/json, text/json
Sample:
{
"id": "b323d5d2-794b-43d4-959b-02960d8a5361",
"company_id": "84eb15a3-f99f-4212-bdcb-c8a829e8fa82",
"sales_territory_id": "8b848cce-c3e4-49cf-94d2-11c675a55738",
"reference_back_office": "sample string 4",
"modified_dateutc": "2026-06-16T21:24:34.7444108+00:00",
"sys_logical_delete": true
}
application/xml, text/xml
Sample:
<company_sales_territory_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>84eb15a3-f99f-4212-bdcb-c8a829e8fa82</company_id> <id>b323d5d2-794b-43d4-959b-02960d8a5361</id> <modified_dateutc>2026-06-16T21:24:34.744Z</modified_dateutc> <reference_back_office>sample string 4</reference_back_office> <sales_territory_id>8b848cce-c3e4-49cf-94d2-11c675a55738</sales_territory_id> <sys_logical_delete>true</sys_logical_delete> </company_sales_territory_list>