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": "732fd35d-fae8-49b2-9ec5-5bfa1a8a30e7",
  "contact_id": "c4d095db-adeb-45e9-87bd-a3c9947142fc",
  "company_id": "f7095717-b76f-4d2e-9eb2-841e91ebc5c7",
  "modified_dateutc": "2025-05-08T23:36:32.9067647+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.