GET api/Establecimiento/signalR?Close={Close}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Close | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Respuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| booOk | boolean |
None. |
|
| strValor | string |
None. |
|
| strMensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"booOk": true,
"strValor": "sample string 2",
"strMensaje": "sample string 3"
}
application/xml, text/xml
Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestTpvWA.App_Code"> <booOk>true</booOk> <strMensaje>sample string 3</strMensaje> <strValor>sample string 2</strValor> </Respuesta>