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": "7eb53c35-1d03-45cb-b0d2-9ef5b390fa7b",
  "contact_id": "b29e98d8-1cb0-4c75-bc9a-d482911e23b0",
  "company_id": "b41bb252-60d9-4c96-9baa-d63f9a02227e",
  "modified_dateutc": "2025-10-13T20:47:35.9454532+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.