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": "38ae3be0-0a9f-4c0e-817d-3ca92f054576",
  "contact_id": "ae092f64-c272-48d5-bc3c-95e67fc524af",
  "company_id": "b20e6879-d401-4225-884e-c273235dc53b",
  "modified_dateutc": "2026-08-11T23:55:13.7259212+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.