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": "d9783a4d-ff56-440b-b1d0-814b22c41749",
  "contact_id": "ab4b1ba1-df39-4816-9721-047d333b0bb8",
  "company_id": "359c928c-2126-448c-ba88-d87fcc629b38",
  "modified_dateutc": "2024-05-09T19:08:08.9087618+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.