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": "23a77320-38b2-4d6c-aca1-712ae489fa2a",
  "company_id": "9536a8a6-041c-42e4-a544-0f39be00459e",
  "contact_id": "08a4ae5c-d3f7-4a33-a3e2-47810f103f63",
  "modified_dateutc": "2026-06-16T22:35:40.4518225+00:00"
}

application/xml, text/xml

Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>9536a8a6-041c-42e4-a544-0f39be00459e</company_id>
  <contact_id>08a4ae5c-d3f7-4a33-a3e2-47810f103f63</contact_id>
  <id>23a77320-38b2-4d6c-aca1-712ae489fa2a</id>
  <modified_dateutc>2026-06-16T22:35:40.451Z</modified_dateutc>
</company_contact>