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": "73013a04-67fd-46dc-b9d8-fb7bd07a9738",
  "contact_id": "d04946bc-2a01-4db6-bb49-e19547d007d6",
  "company_id": "c6231a2d-7bb8-45a1-a263-4ba3f493d703",
  "modified_dateutc": "2026-02-08T18:08:46.6312237+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.