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": "47a2acda-5f21-4928-a15d-ed823724aa1e",
  "contact_id": "e1bb80f2-074e-4770-8840-782102a5fc3b",
  "company_id": "7eacbd27-78ca-49ef-83fc-a0d29fd0116a",
  "modified_dateutc": "2026-03-13T22:09:39.9831948+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.