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": "8874082f-c91a-4afc-8961-24f1138c684c",
  "contact_id": "58b5c30b-dade-4716-9380-73f7c5628d6f",
  "company_id": "9cafbaa4-ff3c-4967-9bbd-6ffb5369988e",
  "modified_dateutc": "2026-05-04T17:02:58.4108287+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.