Retrieves the company contact with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
company_contact| Name | Description | Type | Additional 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": "b9d7f188-1ee8-4db3-9238-89bd9567b721",
"company_id": "5c34896d-8dc8-45d7-ba62-20ce7f1c6616",
"contact_id": "68b8e90d-df17-42ae-808e-4b74b7e6b566",
"modified_dateutc": "2026-03-07T14:54:21.4600826+00:00"
}
application/xml, text/xml
Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>5c34896d-8dc8-45d7-ba62-20ce7f1c6616</company_id> <contact_id>68b8e90d-df17-42ae-808e-4b74b7e6b566</contact_id> <id>b9d7f188-1ee8-4db3-9238-89bd9567b721</id> <modified_dateutc>2026-03-07T14:54:21.460Z</modified_dateutc> </company_contact>