Creates a new company contact object
Request Information
URI Parameters :
None.
Body Parameters :
company_contact| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| contact_id |
Company of the contact |
globally unique identifier |
Optionally required : contact_id must be provided |
| company_id |
Company of the contact |
globally unique identifier |
Optionally required : company_id must be provided |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
Sample:
{
"id": "e11d4f3d-44b2-4954-8cfa-e68721e5ff23",
"contact_id": "1be7c1f7-5dc8-4491-9f74-1d3b3d3b1410",
"company_id": "0fe9cf60-d062-4b1e-b498-27a011276f8a",
"modified_dateutc": "2026-02-22T10:48:29.0612686+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.