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": "c2d9d33c-b934-456a-b28e-863430a93617",
  "contact_id": "29db5be4-6882-41d7-b857-f6a908e3dd99",
  "company_id": "c9683ec3-75ba-4810-a2e0-13c65c663187",
  "modified_dateutc": "2026-06-25T21:40:05.0777287+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.