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": "0b67f995-4c7a-45f1-81b3-6c232fca7436",
  "contact_id": "31c7e736-1934-4237-a7d3-a0717ddbbaa3",
  "company_id": "923e3c4e-4cbf-4a9d-ab15-b6c1b8d5f685",
  "modified_dateutc": "2025-10-08T11:39:55.4188185+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.