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": "876c010a-4659-4875-a459-6f68d0aa1c08",
  "contact_id": "4d24397a-53dc-4893-94a8-fbc88ee8c09f",
  "company_id": "09ad69b2-2ee4-4eeb-a47e-b9c7a4568208",
  "modified_dateutc": "2026-04-14T02:44:28.2402493+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.