Updates the company contact with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "99c034b7-027d-4ba5-a6fc-b18742b3a927",
  "contact_id": "7a7e740d-0e50-4aac-9310-9c5000bfc169",
  "company_id": "1f1e8fe9-13da-4a10-aead-a95bbe6efdd2",
  "modified_dateutc": "2026-04-14T05:29:24.7199835+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.