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": "3865dffe-3044-42d4-ae46-1a277b0080ba",
  "contact_id": "c228ffa7-ebb8-4c91-b6a9-a0dd2c5aad46",
  "company_id": "3b8f7aa7-14bc-4cb0-baf3-dff3831bbb53",
  "modified_dateutc": "2026-05-23T10:32:31.4996807+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.