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": "1417092d-6e6a-4cf5-94d9-e9e82af2b268",
  "contact_id": "3f59eb19-3983-42f8-b7d2-a058bb1ecf2d",
  "company_id": "a8088b46-34ae-4b44-be93-8b8307c26046",
  "modified_dateutc": "2025-06-27T17:05:50.2176091+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.