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": "38313483-bc8b-47bb-af14-fd1c7b46c5c5",
  "contact_id": "e84eec43-222c-4764-8e04-29a9cc4f5a5d",
  "company_id": "988e23b3-4102-46df-9723-ae3f1a543dab",
  "modified_dateutc": "2026-06-09T01:01:53.7255513+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.