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": "3d21c4bf-f65c-40ae-8d40-2740f87b90f2",
  "contact_id": "68ed40ba-fb30-4478-acf6-7a7e647b5d00",
  "company_id": "da7556d6-7742-451f-bbda-2aac3e3e0e01",
  "modified_dateutc": "2026-06-05T18:07:47.3845289+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.