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": "e56470b3-9f0c-4ea4-b4f9-d4acd97e5c3d",
"contact_id": "b247db91-d043-4844-b17b-3f71ddcf09a7",
"company_id": "55fa87c8-6ab2-4719-9bd0-e34a6aa2d735",
"modified_dateutc": "2026-08-29T07:46:37.3235515+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.