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": "a69d7fca-f9ea-4af8-b9c5-5c00ebcaabb0",
  "contact_id": "8d1b1805-a818-4d90-abae-66d29d59196d",
  "company_id": "7a4bb31c-c363-4fbd-8f8c-aa874faa6b3f",
  "modified_dateutc": "2026-05-21T06:34:31.7251251+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.