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": "ccdc60ed-39f8-45de-beaf-7b51e7cb2f9d",
  "company_id": "f3a5b480-0300-4a77-a561-57962f5ea53d",
  "contact_id": "cd7fdd45-54ba-4bc0-ace4-b86ebc7b24a5",
  "modified_dateutc": "2026-03-07T13:18:05.2270484+00:00"
}

application/xml, text/xml

Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>f3a5b480-0300-4a77-a561-57962f5ea53d</company_id>
  <contact_id>cd7fdd45-54ba-4bc0-ace4-b86ebc7b24a5</contact_id>
  <id>ccdc60ed-39f8-45de-beaf-7b51e7cb2f9d</id>
  <modified_dateutc>2026-03-07T13:18:05.227Z</modified_dateutc>
</company_contact>