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": "bd333bee-b2ed-4839-b596-1e271db71c03",
  "contact_id": "fdb45c27-fce6-41cb-905a-ad74b2a03537",
  "company_id": "a32d1180-4f88-41cd-8d8c-df8a31e1be9a",
  "modified_dateutc": "2025-01-22T01:12:08.9126834+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.