GET api/Test
Test de Conexion al Servicio
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RspTest| Name | Description | Type | Additional information |
|---|---|---|---|
| Activo | boolean |
None. |
|
| Mensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Activo": true,
"Mensaje": "sample string 2"
}
text/html
Sample:
{"Activo":true,"Mensaje":"sample string 2"}
application/xml, text/xml
Sample:
<RspTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Lux"> <Activo>true</Activo> <Mensaje>sample string 2</Mensaje> </RspTest>