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": "bff67204-1351-49a7-87e0-88392e7b278a",
  "contact_id": "ca0ba438-58ec-43da-b6d3-fa1d23172288",
  "company_id": "3cc2e853-f4a8-49c7-8aa0-38291545e204",
  "modified_dateutc": "2026-01-09T09:25:06.4940199+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.