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": "07b9476e-9477-4b96-afdd-ff2672e96ac3",
  "contact_id": "5d50e33d-765b-4084-8c63-e1cb83041fd7",
  "company_id": "3b80948b-1ad6-4b30-a99a-e2e1f284a959",
  "modified_dateutc": "2026-02-04T14:15:48.3463238+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.