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": "adbfedd8-5ce3-43be-ac31-2dfd8a951818",
  "contact_id": "284c0cf3-bf76-4f46-b335-99ac0b5a36df",
  "company_id": "99b49231-2230-4446-84b3-14c8c861c6ba",
  "modified_dateutc": "2026-06-25T21:07:46.8901586+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.