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": "6099c266-39a0-48b8-8b3b-73a04ede17b3",
  "contact_id": "30464534-8383-4476-a251-e753fd89c326",
  "company_id": "57aacfce-b3bb-4c8d-aeee-b079f14a4a7d",
  "modified_dateutc": "2025-05-17T19:00:41.6640862+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.