PATCH api/ActivityTypes/{id}
Update specific fields of an activity type. 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 |
Activity type Id that is to be updated |
integer |
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.