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": "b7becc8f-ccf9-4ddc-a34f-2390cbf4d49a",
  "contact_id": "ec0e7efc-6e88-4c0b-8f1b-b158b9b399d4",
  "company_id": "4ec8cff6-c587-4972-b9a9-2418c76dcca9",
  "modified_dateutc": "2024-09-29T01:28:58.0038415+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.