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": "e47ad2db-d4a7-4699-b849-063a813fa630",
  "contact_id": "79e6ed92-3f9a-4221-8316-b9fe0b88465a",
  "company_id": "10f55dcb-e561-49dc-8350-dc8c40ace134",
  "modified_dateutc": "2025-09-05T12:25:06.410507+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.