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": "49f6f752-d8b5-42e5-a1f0-ae67debde214",
  "contact_id": "325ec2c9-9ec3-48ac-a0a4-93d22722fdbe",
  "company_id": "9bbe9208-7bfe-417e-8527-331b24ced814",
  "modified_dateutc": "2026-07-24T00:26:52.5218437+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.