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": "60d04a88-c9ef-4267-9ba7-6d27daceda36",
  "contact_id": "518eeaf8-ed70-4b4c-b4f1-1a9daa23a4b8",
  "company_id": "a6346439-914e-45fa-bd76-17b61682c8ff",
  "modified_dateutc": "2025-06-26T05:28:13.1843889+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.