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": "ebe02fd8-a26d-40a4-ab72-d2a71e36fbab",
"contact_id": "f3a51358-bd14-4b79-9f3c-3fa67ccfab5c",
"company_id": "fa6d88e1-828a-421f-bdc9-5d7c7da84db0",
"modified_dateutc": "2026-03-06T08:34:31.7484893+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.