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": "2b0f5e42-cfb1-4dee-a2da-0e2c7f1c43e1",
  "contact_id": "bead8d68-8ceb-449d-8fca-cab8f67d4cfe",
  "company_id": "60adf76d-e26c-450a-8e1d-fe5ab2ce0d07",
  "modified_dateutc": "2026-04-21T08:30:19.7587325+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.