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": "374e2333-cf9a-4a84-97c7-39b94fbc6577",
  "contact_id": "6b847c9f-461c-4a5b-b14d-0127127bb6d0",
  "company_id": "aee4232f-ef8d-4bd4-9ed2-b9ac900297ea",
  "modified_dateutc": "2025-04-27T10:11:04.3691823+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.