Updates the company contact with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                
Body Parameters :
company_contact| Name | Description | Type | Additional 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": "11571ed6-d2b3-43fd-b263-bb0da007c82a",
  "contact_id": "d57b9739-7139-44c6-a9f5-75c69c2d208e",
  "company_id": "782d8001-363d-4952-a834-a9f004d03731",
  "modified_dateutc": "2025-10-06T08:44:22.0281778+00:00"
}
        Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.