PATCH api/smarthome/webhook/activity/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateActivityRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| ResponseData | Object |
None. |
|
| ErrorMessage | string |
None. |
|
| ErrorStack | string |
None. |
|
| DurationMs | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"ResponseData": {},
"ErrorMessage": "sample string 3",
"ErrorStack": "sample string 4",
"DurationMs": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.