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_contactName | 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": "98f51952-84ae-4909-bebe-a702043c86cc", "contact_id": "0c1ec220-9fa1-4b98-9af1-894d03655081", "company_id": "bc5f6510-9394-4688-9337-4337cd622d32", "modified_dateutc": "2025-10-17T02:48:35.062308+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.