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": "c4b6e584-f709-46b8-b291-9ebb14f3b620",
  "contact_id": "a4445975-8134-4830-81bd-e76311ee0bd7",
  "company_id": "f3192325-92cb-436a-b4b6-0c047e5540cb",
  "modified_dateutc": "2025-02-22T17:18:55.5616181+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.