Retrieves the company contact with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "c7b7d6d4-bd84-4b43-bebe-68bd423686b9",
  "company_id": "f9e3b05d-6703-458d-8e37-c1bd8b4bcade",
  "contact_id": "fa259619-c368-49d9-a575-9aceb7e2fd58",
  "modified_dateutc": "2026-01-12T00:21:23.9172252+00:00"
}

application/xml, text/xml

Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>f9e3b05d-6703-458d-8e37-c1bd8b4bcade</company_id>
  <contact_id>fa259619-c368-49d9-a575-9aceb7e2fd58</contact_id>
  <id>c7b7d6d4-bd84-4b43-bebe-68bd423686b9</id>
  <modified_dateutc>2026-01-12T00:21:23.917Z</modified_dateutc>
</company_contact>