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": "77c88343-707b-46e0-82fa-0245aad8a206",
  "contact_id": "64128408-0867-4013-bef6-1fa659b1158b",
  "company_id": "b0ab7d0b-336a-4525-acf3-d824e25c9a21",
  "modified_dateutc": "2024-11-16T23:13:55.4217491+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.