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": "553379bc-1b42-4022-b283-8817caa9c800",
  "contact_id": "4406720a-2be6-4d24-a0fd-5f586aa450df",
  "company_id": "d8fdadbf-e56a-49d6-a691-b0e83b526530",
  "modified_dateutc": "2026-01-12T03:00:43.0485949+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.