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": "334e3692-3225-4f09-aef5-2432a90ee022",
  "contact_id": "cf7e96d8-dd08-4622-b987-6eb7fc5caf0d",
  "company_id": "099d2ce6-d966-48c3-accf-b58bd298095b",
  "modified_dateutc": "2026-08-31T06:13:43.3092829+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.