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": "846cc3d3-66cb-4285-9420-d48b8be9aa82",
  "contact_id": "9db79d84-e646-4c65-bcfc-c6a790fcea68",
  "company_id": "fe5fa459-7754-4fb3-b68c-2cfcf1d94dbb",
  "modified_dateutc": "2025-10-06T10:53:41.8616103+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.