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": "7ba4427e-2204-4b16-b70b-dd7acc40b3d8",
  "contact_id": "ce9faf62-7c8f-4004-84b8-0b76ac74ef1e",
  "company_id": "ce14268c-6f68-44a0-a034-f06bcf2249b9",
  "modified_dateutc": "2025-05-28T23:45:33.7153568+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.