POST api/smarthome/webhook/activity
Request Information
URI Parameters
None.
Body Parameters
CreateActivityRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkflowId | string |
None. |
|
| Type | string |
None. |
|
| Action | string |
None. |
|
| Status | string |
None. |
|
| IntegrationName | string |
None. |
|
| ProductId | string |
None. |
|
| Order | integer |
None. |
|
| RequestData | Object |
None. |
|
| AttemptNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkflowId": "sample string 1",
"Type": "sample string 2",
"Action": "sample string 3",
"Status": "sample string 4",
"IntegrationName": "sample string 5",
"ProductId": "sample string 6",
"Order": 7,
"RequestData": {},
"AttemptNumber": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.