Retrieves all the company contact

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

company_contact
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
company_id

Company Id

globally unique identifier
contact_id

Contact Id

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "4c727fc0-6d8b-4189-9216-3c2b4d8d5405",
  "company_id": "60007386-75b2-499c-aae1-bba7948a1528",
  "contact_id": "cf5d4cfe-6cc0-43ab-9b89-2e52b73dada0",
  "modified_dateutc": "2026-01-11T23:53:12.2810415+00:00"
}

application/xml, text/xml

Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>60007386-75b2-499c-aae1-bba7948a1528</company_id>
  <contact_id>cf5d4cfe-6cc0-43ab-9b89-2e52b73dada0</contact_id>
  <id>4c727fc0-6d8b-4189-9216-3c2b4d8d5405</id>
  <modified_dateutc>2026-01-11T23:53:12.281Z</modified_dateutc>
</company_contact>