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": "ead4e16d-0951-409e-b730-eea15b3210b6",
  "contact_id": "17e3aa3b-386b-408d-8c40-819f8c4e13ad",
  "company_id": "d07b793b-8a21-4144-a83b-47c95e352410",
  "modified_dateutc": "2025-11-03T21:17:28.9205438+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.