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": "fa820d3c-2231-4ed5-9b10-9628cdbf5403",
  "contact_id": "5bda0452-2130-43e9-a26c-c4b80b4234b3",
  "company_id": "5aecab81-4117-430a-8065-51fd089a7e01",
  "modified_dateutc": "2024-12-27T05:44:41.193892+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.