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": "6b4ebc90-4543-44d0-b5ac-cd68bd85579d",
  "contact_id": "b7ec312f-51b7-40ff-8efc-ba57a774c6e5",
  "company_id": "f40b316f-7033-4b5e-8157-f1132156e8a6",
  "modified_dateutc": "2025-06-28T04:25:25.1260516+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.