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": "60db10d0-f9f2-4cf2-add7-4b3ac139275e",
  "contact_id": "a8c9e043-8bc4-4c96-9190-adfc3d5cec81",
  "company_id": "8524164e-936c-40ec-b443-ca1debca823a",
  "modified_dateutc": "2026-04-14T05:30:55.6125022+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.