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": "8d74592f-5ab6-4df6-9204-6038aec9c4cb",
  "contact_id": "9340cb52-322f-4e62-9317-ec92e6e8fe1d",
  "company_id": "b7afe15d-241b-4b2c-b3ca-913bd009e8cc",
  "modified_dateutc": "2026-01-27T12:34:09.3630465+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.