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": "ca3b6c66-5b51-4ecf-bebf-348d617ecbae",
  "contact_id": "c9dc98b5-cac5-47e4-a759-b3db65b097f4",
  "company_id": "66cedb32-9dc2-43e6-baf5-2d780e7a3e78",
  "modified_dateutc": "2026-03-06T08:37:17.0189148+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.