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": "df9e6be4-28b4-4013-9a3f-5f33cdb465f6",
  "contact_id": "bfd7b304-8fa4-4776-9ec5-2eb44a76b99e",
  "company_id": "0766ce2d-0e0a-48fe-a50f-0a78968fa21d",
  "modified_dateutc": "2025-08-12T05:42:40.7330878+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.