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": "10f0dadd-9bad-4724-b4ce-b06ae50a0c89",
  "contact_id": "acb8cf2a-9ff1-43d1-a6a0-66b1fcbee214",
  "company_id": "c7d9cfae-74dd-4dd3-a0de-622ab10164e4",
  "modified_dateutc": "2026-09-05T06:51:37.1357131+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.