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": "1ff1e9d6-da2f-46e1-b0cd-b00f7bbd60eb",
"contact_id": "7de99895-e9fb-4a02-ab5d-f4ac51d993b7",
"company_id": "c4ec4c9c-8a37-4cfa-afdf-fbddfeffa1ba",
"modified_dateutc": "2026-08-12T19:05:09.1159216+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.