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": "c7b6f8cc-ed52-4e10-bb88-02a55829264e",
  "contact_id": "929ef0d1-5410-4927-9124-e270a9c5eefc",
  "company_id": "02acc71b-a9d1-4624-bb4b-11bdbc241dd1",
  "modified_dateutc": "2026-09-11T11:35:25.2096345+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.