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": "488d7b0a-d8ef-4c32-aa91-c01cdfb7f3ce",
  "contact_id": "9dfebf9b-85a7-41d5-93de-c2af1618e4f9",
  "company_id": "52a1bb04-ba35-4972-838f-f2bc789a5a9e",
  "modified_dateutc": "2024-09-29T01:37:37.3933588+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.