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": "4bbbd234-a81a-4cac-839b-3da254007cf4",
  "contact_id": "cb8c1c75-6fc4-4c90-ad56-fdbbac1279b4",
  "company_id": "71eecc97-a5e0-4389-8381-6e80bd548791",
  "modified_dateutc": "2026-03-13T19:06:09.7540019+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.