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": "9af51a92-a9f6-4ed6-a990-335e9c6ef4f0",
  "contact_id": "1c19d9d4-8764-4684-84b4-d4946596fec4",
  "company_id": "dd6c5744-e1d6-4a85-af17-4d8ff9036abe",
  "modified_dateutc": "2026-09-11T11:36:18.3654967+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.