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": "f2d861f5-7f97-46fa-9468-fa7d2b8250fb",
  "contact_id": "a90638a3-1715-4c7b-9fbe-1c2c81a69694",
  "company_id": "078dbd64-c47e-4519-b8eb-3d213791b6a2",
  "modified_dateutc": "2025-04-24T23:44:57.4004594+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.