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": "afda97db-b229-43ab-b06a-886de53ccf58",
  "contact_id": "fe9360c2-bbce-4c8e-ad56-b212c519ed8b",
  "company_id": "b20c86ac-2e33-456c-8cbe-aef12c9f0613",
  "modified_dateutc": "2025-09-03T09:17:03.6106772+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.