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": "de3a1bcc-3e38-4a9a-8b02-e96500043b09",
  "contact_id": "4902b40b-2622-42d5-9a60-f5ccb5b90c2d",
  "company_id": "e61125f3-f3bb-4bc0-a6af-f180863c000c",
  "modified_dateutc": "2025-12-06T11:31:58.5030411+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.