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": "c045dd43-0d3e-41fc-acfe-c7d83c6a9c2c",
  "contact_id": "8f93f7eb-ea7a-4a55-aa91-3abc9597ecb3",
  "company_id": "b1ae6e22-f038-4e99-bab2-808f6d5aec33",
  "modified_dateutc": "2024-05-11T03:20:31.4303642+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.