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": "a0462b5e-e4f9-4737-b077-699c75af58d7",
  "contact_id": "b72a0cd9-f545-4b34-837d-7726abda9ebc",
  "company_id": "43b52511-c4b4-4976-ae37-d8ef3c6f98db",
  "modified_dateutc": "2025-11-10T19:58:01.2067722+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.