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": "622b9ef4-e21c-47ea-8876-8d86a450a26d",
  "contact_id": "7a64a6dd-5579-42a9-b414-e39fcea082d2",
  "company_id": "b9132308-fc87-4783-97f7-6c10e5199247",
  "modified_dateutc": "2026-09-23T19:40:53.9901907+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.