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": "87dc412f-8681-41ca-9fed-10a9083143b2",
  "contact_id": "3a71412a-9673-4660-865e-a1cdf5a114c0",
  "company_id": "15500d4f-a58e-43fa-b415-d70fcb2d8821",
  "modified_dateutc": "2026-07-24T00:25:24.5390366+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.