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": "166115cc-b86d-4913-b1ae-55e745bf8c52",
"contact_id": "04bb9477-ef6d-49fc-ba37-c6ceeb3ad1f9",
"company_id": "461eca6a-81c3-4180-9239-5e2aa0fe2c0a",
"modified_dateutc": "2026-04-20T20:33:30.9698669+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.