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": "719163aa-5938-4dd8-af99-339b2f4ffc5c",
  "contact_id": "06793737-60dd-42db-99d8-29d95c0f06b2",
  "company_id": "d65becb0-c321-43ff-9d57-29cbdd1fdead",
  "modified_dateutc": "2025-06-21T11:52:27.2032648+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.