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": "1fbc960c-fd4c-446a-b3b8-bf99b453debf",
  "contact_id": "f80d4fb0-24e5-42a8-86fe-15f2e1de6ab0",
  "company_id": "a9c2ee45-0095-4046-88d9-0d4dc3ed4367",
  "modified_dateutc": "2025-02-22T17:32:54.8569432+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.