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": "3de0556f-159a-4e9b-9588-07d055a8598b",
  "contact_id": "c9604867-41d3-4883-a07b-bf5bdac49f1f",
  "company_id": "20ea7b12-ddee-48db-a700-ad8b06cb8acf",
  "modified_dateutc": "2025-12-08T00:07:12.256605+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.