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": "e00cbcab-debe-45c8-a146-02536355e7e1",
  "contact_id": "8d1f95d5-2409-4b45-946b-b297be7394c2",
  "company_id": "e6df4fe9-7bc0-4874-94c1-0e90c489d917",
  "modified_dateutc": "2026-07-29T14:59:43.1160024+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.