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": "c09602b9-8cc4-4843-bf32-941632fc57a0",
  "contact_id": "d4b82b71-32ed-4ef4-a8c5-690583bf3de3",
  "company_id": "55d4c356-6454-411d-bf54-49fd722f7d4b",
  "modified_dateutc": "2026-06-12T19:13:14.9402682+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.