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": "dc47f991-c8c0-4eb7-86e1-74fa52fbd0a5",
  "contact_id": "32ce487b-2d31-466e-ba36-397ffef95662",
  "company_id": "7550ab51-5e85-427a-8326-4d84fa50592b",
  "modified_dateutc": "2026-01-13T22:08:00.8895377+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.