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": "36782293-6430-452a-bbcd-a8f904dfef0b",
  "contact_id": "7e981fe3-5da4-45fe-b466-4aa610c35ca5",
  "company_id": "272ffa04-6624-49b7-bdd5-e458226e9baf",
  "modified_dateutc": "2024-05-20T01:26:48.2458336+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.