El WebService WSContactoDetalleBuscar permite visualizar información detallada de un Contacto de la Empresa Netviax ATLAS.
Direcciones:
Producción: https://api-atlas.netviax.com/rest/wsseguridaddesencriptar
Testing: https://api-atlas-netviax-com-staging.azurewebsites.net/rest/wsseguridaddesencriptar
Parámetros
Parámetro | Tipo | Requerido | Descripción | Ejemplo |
---|---|---|---|---|
Usuario | Carácter (50) | Requerido | E-mail del Usuario | «netviaxtest@netviax.com» |
Clave | Carácter (40) | Requerido | Clave del Usuario | «test» |
Empresa | Carácter (6) | Requerido | Código de Empresa | «DEMUY» |
Sucursal | Carácter (3) | Requerido | Código de Sucursal | «CC» |
TextoEncriptado | Carácter (256) | Requerido | Texto Encriptado | «hola» |
Algoritmo | Carácter (1) | Requerido | Por defecto ‘S’ | «S» |
Atributos
Atributo | Tipo | Descripción |
---|---|---|
Error | Numérico (2) | Error de la Respuesta 0: OK 1-9999: Error |
ErrorMensaje | Alfanumérico (1024) | Mensaje de Error de la Respuesta |
TextoEncriptado | Carácter (128) | Texto Encriptado |
<soapenv:Envelope xmlns:soapenv=»http://schemas.xmlsoap.org/soap/envelope/» xmlns:net=»NetviaxAtlas»>
<soapenv:Header/>
<soapenv:Body>
<net:WSSeguridadDesencriptar.Execute>
<net:Usuario>XXXXX</net:Usuario>
<net:Password>YYYYY</net:Password>
<net:Empresa>ZZZZZZ</net:Empresa>
<net:Sucursal>CC</net:Sucursal>
<net:Textoencriptado>8Xrv3U7K8P/IgJeIFoEOgcerphDAWRFF</net:Textoencriptado>
<net:Algoritmo>S</net:Algoritmo>
</net:WSSeguridadDesencriptar.Execute>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV=»http://schemas.xmlsoap.org/soap/envelope/»
xmlns:xsd=»http://www.w3.org/2001/XMLSchema»
xmlns:SOAP-ENC=»http://schemas.xmlsoap.org/soap/encoding/»
xmlns:xsi=»http://www.w3.org/2001/XMLSchema-instance»>
<SOAP-ENV:Body>
<WSSeguridadDesencriptar.ExecuteResponse xmlns=»NetviaxAtlas»>
<Error xmlns=»NetviaxAtlas»>0</Error>
<Errormensaje xmlns=»NetviaxAtlas» />
<Texto xmlns=»NetviaxAtlas»>HOLA2222e4444444</Texto>
</WSSeguridadDesencriptar.ExecuteResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>