POST api/whatsApp/webhook/AoDesconectar
Request Information
URI Parameters
None.
Body Parameters
WppWebHookDisconectaVM| Name | Description | Type | Additional information |
|---|---|---|---|
| instanceId | string |
None. |
|
| type | string |
None. |
|
| disconnected | boolean |
None. |
|
| error | string |
None. |
|
| momment | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"instanceId": "sample string 1",
"type": "sample string 2",
"disconnected": true,
"error": "sample string 4",
"momment": 5
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"