Creates a new 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": "771ced75-85f7-475c-864d-c20af0f2c176",
"company_id": "109e62b1-a681-4c77-8b1a-a5619aa8088b",
"contact_id": "be6a15bc-10c8-40dd-af32-3dba6ea70d49",
"modified_dateutc": "2026-09-16T08:36:08.4487503+00:00"
}
application/xml, text/xml
Sample:
<company_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>109e62b1-a681-4c77-8b1a-a5619aa8088b</company_id> <contact_id>be6a15bc-10c8-40dd-af32-3dba6ea70d49</contact_id> <id>771ced75-85f7-475c-864d-c20af0f2c176</id> <modified_dateutc>2026-09-16T08:36:08.448Z</modified_dateutc> </company_contact>
Response Information
Resource Description :
IHttpActionResult containing the created company contact link.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.