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": "62a843dd-4fe8-4531-a51a-9dcbd2f0d9ed",
  "contact_id": "0d1a8cfb-c305-4f90-9ca7-59d368fb30dc",
  "company_id": "cb712a78-e4fe-4e42-b217-376c0b0140af",
  "modified_dateutc": "2026-06-17T01:49:07.0167613+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.