POST api/whatsApp/webhook/StatusMensagem
Request Information
URI Parameters
None.
Body Parameters
WppWebHookStatusMensagemVM| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| type | string |
None. |
|
| ids | Collection of string |
None. |
|
| momment | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"type": "sample string 2",
"ids": [
"sample string 1",
"sample string 2"
],
"momment": 3
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"