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": "b4fabb6e-f4cb-435b-8483-5b7c92e47fff",
  "contact_id": "cf142c0e-5cfe-43f3-8247-e4425fe46b88",
  "company_id": "96e88cf8-fbba-4231-af92-d35b61d32730",
  "modified_dateutc": "2026-04-27T19:38:13.3150942+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.