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": "bf4a62f9-d3fa-4d5a-9503-e5ab92f1a0a1",
  "contact_id": "70f23961-4045-45f1-9f6f-7e7cdd4170f4",
  "company_id": "8864b48c-d486-415e-973b-f9fe3089bc15",
  "modified_dateutc": "2026-06-14T09:31:01.5863635+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.