Creates or updates a company contact link.
Request Information
URI Parameters :
None.
Body Parameters :
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 |
Request Formats :
application/json, text/json
Sample:
{
"id": "b47aa84e-5bce-4102-b4da-2b71ce4b036c",
"company_id": "80ac0eec-dc3b-46e9-aaa0-1008d5200fe9",
"contact_id": "95d44944-49b1-46fe-9307-cfbb123951be",
"modified_dateutc": "2026-09-16T09:24:42.4237168+00:00"
}
application/xml, text/xml
Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>80ac0eec-dc3b-46e9-aaa0-1008d5200fe9</company_id> <contact_id>95d44944-49b1-46fe-9307-cfbb123951be</contact_id> <id>b47aa84e-5bce-4102-b4da-2b71ce4b036c</id> <modified_dateutc>2026-09-16T09:24:42.423Z</modified_dateutc> </company_contact>
Response Information
Resource Description :
IHttpActionResult containing the saved company contact link.
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": "4ea64499-f937-497a-ad14-6107a3c55531",
"company_id": "043fcc86-b58b-41e8-8f14-eaceced9380b",
"contact_id": "ebd8be22-7131-4c1c-a3f6-fa31e3b627e7",
"modified_dateutc": "2026-09-16T09:24:42.4237168+00:00"
}
application/xml, text/xml
Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>043fcc86-b58b-41e8-8f14-eaceced9380b</company_id> <contact_id>ebd8be22-7131-4c1c-a3f6-fa31e3b627e7</contact_id> <id>4ea64499-f937-497a-ad14-6107a3c55531</id> <modified_dateutc>2026-09-16T09:24:42.423Z</modified_dateutc> </company_contact>