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": "baf5ea7e-609e-4d4e-87ee-36feb9d36f1f",
  "contact_id": "c72cc2b0-071c-4ea3-abb9-39dda485a7f4",
  "company_id": "7b795ea4-4d41-48b9-a892-29a6c2840a62",
  "modified_dateutc": "2024-09-29T05:18:43.4376148+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.