Retrieves all the company_sales_territory_list objects
Request Information
URI Parameters :
None.
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": "414175af-f456-48e1-a9d3-f1750a26dc4e",
"company_id": "4f781e25-64d7-45e4-a64b-a1aaf693d2c7",
"sales_territory_id": "670a1e7d-4162-4ddc-833d-8bd1faecbda9",
"reference_back_office": "sample string 4",
"modified_dateutc": "2026-01-12T00:22:53.0725147+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>4f781e25-64d7-45e4-a64b-a1aaf693d2c7</company_id> <id>414175af-f456-48e1-a9d3-f1750a26dc4e</id> <modified_dateutc>2026-01-12T00:22:53.072Z</modified_dateutc> <reference_back_office>sample string 4</reference_back_office> <sales_territory_id>670a1e7d-4162-4ddc-833d-8bd1faecbda9</sales_territory_id> <sys_logical_delete>true</sys_logical_delete> </company_sales_territory_list>