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": "877afd8c-348b-4167-afb9-fbfa6040fc72",
  "contact_id": "71c379cd-bc29-4cfa-bd4f-d63e96ea4f52",
  "company_id": "652b2903-be7f-4f74-b9d6-4f87d3adebd9",
  "modified_dateutc": "2025-10-13T22:07:45.0624951+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.