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": "6b903ede-5e79-4814-bfce-b0aff19c8de3",
  "contact_id": "a0360ba9-8db0-4eeb-b2c6-f2b10ffb12a0",
  "company_id": "ce5f7afa-5255-426c-b74e-6edff2b9d56f",
  "modified_dateutc": "2026-07-21T13:55:03.6480531+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.