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": "0818b6b7-2fe0-43ed-87ff-f509a4ff10ba",
  "contact_id": "2abce924-93fe-46c5-9d86-aa0bb6526f7d",
  "company_id": "950cc7ab-ab57-420e-b059-ca4eb32d2582",
  "modified_dateutc": "2026-06-05T14:19:48.5924313+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.