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": "def3c8e5-4027-4150-99aa-a64675cd8d5b",
  "contact_id": "51fb4421-fca1-442f-bbe5-7f00b9cb446c",
  "company_id": "3c3928f9-1e29-4912-9a85-b8d08a2f0134",
  "modified_dateutc": "2026-02-04T14:19:56.3219962+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.