PATCH api/Contacts/{id}
Update specific fields of a Contact. Pass in the list of fields and their corresponding values in a serialized dictionary object of the request body.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Company Id that is to be updated |
globally unique identifier |
Required |
Body Parameters
Dictionary of string [key] and Object [value]Request Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.