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": "aa63dfd7-dfa1-4966-b9ae-d0c0741662e6",
  "contact_id": "2b18366a-ef54-4cfe-a821-f65a28aa9b06",
  "company_id": "f88f7af5-3e0f-4273-9a36-330b768c8380",
  "modified_dateutc": "2025-12-12T14:34:20.5878346+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.