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": "93514c5f-e5ce-4f79-9ef8-389053758ffb",
  "contact_id": "642259e5-9740-4e79-8e14-72946898f4d5",
  "company_id": "c5f71475-f67d-4cbe-b375-3704eef0ed2f",
  "modified_dateutc": "2026-09-05T08:47:45.4028568+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.