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": "8a6f386e-b6fc-4f7f-b8b1-c85e7f249d2a",
  "contact_id": "8f63c9fb-a5d7-4765-92ff-9cb7620d6b84",
  "company_id": "3be358de-37f7-4ced-b22a-fa974435010d",
  "modified_dateutc": "2026-01-18T06:07:59.8663419+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.