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": "78f70841-9a7c-492c-94ed-e167ab27adcc",
  "contact_id": "4228150a-ec75-4552-9d34-7d77e5e9b3e7",
  "company_id": "7db0f9a1-2793-4adc-9fdf-e387a6f54f7f",
  "modified_dateutc": "2025-01-18T05:02:08.2670905+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.