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": "c1659715-ffe9-4f7b-9ed2-1fc7ffa201cb",
  "contact_id": "79b33734-cd9e-4c7c-b243-5a15b6f18eca",
  "company_id": "e925bb42-4a62-429e-8c4c-97379cca6773",
  "modified_dateutc": "2026-09-22T09:55:32.6998244+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.