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": "95961b21-fbf9-4616-a4b6-9c7a4221cd3b",
  "contact_id": "0c5cf34c-9bf2-4f42-baad-d999d6ea2460",
  "company_id": "8d055992-dc76-4576-aad6-163fa79001de",
  "modified_dateutc": "2024-05-08T02:47:42.5220632+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.