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
NameDescriptionTypeAdditional 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": "4926a6f7-deca-445d-be2a-e1aad5bb6d5c",
  "company_id": "d4af65f8-1254-4abd-9f62-c42406ca2f83",
  "sales_territory_id": "c6a4fec4-54d3-4945-a09b-3124429e630d",
  "reference_back_office": "sample string 4",
  "modified_dateutc": "2026-06-16T21:24:13.7660408+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>d4af65f8-1254-4abd-9f62-c42406ca2f83</company_id>
  <id>4926a6f7-deca-445d-be2a-e1aad5bb6d5c</id>
  <modified_dateutc>2026-06-16T21:24:13.766Z</modified_dateutc>
  <reference_back_office>sample string 4</reference_back_office>
  <sales_territory_id>c6a4fec4-54d3-4945-a09b-3124429e630d</sales_territory_id>
  <sys_logical_delete>true</sys_logical_delete>
</company_sales_territory_list>