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": "b7b84aab-3361-4045-b1ae-c705e42e7cc3",
  "contact_id": "d35b008c-50e3-4118-96f3-0dd7badef0bb",
  "company_id": "44bd9dd7-2da1-4613-a88b-54a39a6026ba",
  "modified_dateutc": "2026-07-22T13:46:12.4284478+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.