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": "42b3d0ee-72d5-455b-8e3b-5759e28452d0",
  "contact_id": "0421c275-cdca-47ff-942d-1c2893a2a6e0",
  "company_id": "e89ab9ea-6afc-45a4-bb94-ea6cadd65c4b",
  "modified_dateutc": "2026-04-28T18:23:53.491707+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.