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": "c329d9e6-b46b-4ebd-8e47-1f2ae9a6199a",
  "contact_id": "d5c0849e-eb61-45e5-ac53-e01a56853da7",
  "company_id": "69ec05ee-bf93-4072-a5a4-d69b0d9aa833",
  "modified_dateutc": "2025-12-12T14:37:38.6057464+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.