Creates a new company contact object

Request Information

URI Parameters :

None.

Body Parameters :

company_contact
NameDescriptionTypeAdditional 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": "154b945b-ded6-4e0e-a73b-e2dd8b6e3f81",
  "contact_id": "13128a8a-8cd7-422d-a86e-33ed014ddccc",
  "company_id": "6ab7de4b-ad72-4794-912c-65f43abf8d58",
  "modified_dateutc": "2025-09-14T07:42:45.9861483+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.