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": "d089a66b-a3c9-4ef6-8e9a-6aeaa69c0be0",
  "contact_id": "7ee44835-cebe-41ad-81c5-0ae760ff8b50",
  "company_id": "abda156d-cd31-40e4-982a-025e2cb53142",
  "modified_dateutc": "2024-04-18T17:23:23.8028737+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.