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": "36207517-53b0-47a1-bc1b-312cf8af2cfd",
  "contact_id": "650a9a10-b5c0-4ebc-aa76-7acf8bce0560",
  "company_id": "4c2e13a9-656f-4158-87e0-2870ff24d5ec",
  "modified_dateutc": "2026-09-27T17:01:22.2216481+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.