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": "684d6ab3-6cd9-4a90-a629-cd73eaa4c8e3",
  "contact_id": "0d8a6f11-ae85-496b-bd1d-32ed1724b1e0",
  "company_id": "7558a94d-011a-4b7a-ad5a-a29be12b0ea4",
  "modified_dateutc": "2026-06-17T09:54:37.2311682+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.