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": "57db7729-76a9-4b9b-bd44-926d2a6a79f8",
  "contact_id": "dc676ed2-6367-42d0-a1c9-1c25fe449158",
  "company_id": "eb581c5c-c371-4cc1-b33e-9fb11b989568",
  "modified_dateutc": "2025-05-16T16:50:35.7476165+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.