POST api/whatsApp3/conexao
Request Information
URI Parameters
None.
Body Parameters
WppAcesso3Controller| Name | Description | Type | Additional information |
|---|---|---|---|
| IDContaAcesso | integer |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDContaAcesso": 1,
"Token": "sample string 2"
}
Response Information
Resource Description
WhatsAppController3Retorno| Name | Description | Type | Additional information |
|---|---|---|---|
| Sucesso | boolean |
None. |
|
| Mensagem | string |
None. |
|
| Dados | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Sucesso": true,
"Mensagem": "sample string 2",
"Dados": {}
}