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": "d8eeaf06-2be4-4e17-be2f-290078be1e57",
  "contact_id": "4ce9c088-233d-4668-aeb1-b309eaf91890",
  "company_id": "f34cd1be-dd63-4f7b-8385-c4b188c420ba",
  "modified_dateutc": "2026-06-12T20:13:47.2581146+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.