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": "3e98ae9a-e1af-464b-9754-a34a28276a7b",
  "contact_id": "f33fc2da-2855-4724-9559-431d1b466dd7",
  "company_id": "9985dae8-517d-41a7-83cb-39af656d92c8",
  "modified_dateutc": "2026-05-25T00:56:20.8342301+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.