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": "1bec8625-2c69-4d73-801b-4c21608da97d",
  "contact_id": "a8523165-8d35-40d6-8198-b0be5d2a2f7a",
  "company_id": "040c3f21-7d9a-477e-a824-d4870921035c",
  "modified_dateutc": "2026-05-01T06:28:02.6547202+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.