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": "edeedf0d-2b9a-4f15-8fc5-392541b75bea",
  "contact_id": "95dbba32-3a98-4073-9120-b41f9f03f983",
  "company_id": "a39497d5-dd26-44fc-ba62-f5a073d8a6dc",
  "modified_dateutc": "2025-03-09T14:50:09.4333099+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.