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": "4879ac61-8f32-4fd2-b7fc-a576953f2b29",
  "contact_id": "39257f2f-e2ee-42e7-89d2-44f947ad7bc4",
  "company_id": "647cfb08-2418-4028-9a93-71f33f16a8f6",
  "modified_dateutc": "2025-11-16T11:59:34.9786186+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.