Eres desarrollador y quieres realizar búsquedas desde tu sistema? Usa el API REST o el endpoint SOAP
HTTP:GET lalistanegradelsat.com.mx/api/blacklist/AAA091014835
{ "RFC":"AAA091014835", "RazonSocial":"EMPRESA SA DE CV, S.C.", "Estatus":"Desvirtuado", "Detalle":"Información actualizada al 27 de abril de 2020"}
null
{ "messages":[ "El RFC enviado no es válido", "Otros mensajes..." ]}
https://soap.lalistanegradelsat.com.mx?wsdl
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="soap.lalistanegradelsat.com.mx"> <soapenv:Header/> <soapenv:Body> <soap:search soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <taxPayer xsi:type="soap:taxPayer"> <RFC xsi:type="xsd:string">AAA091014835</RFC> </taxPayer> </soap:search> </soapenv:Body></soapenv:Envelope>
<SOAP-ENV: Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="soap.lalistanegradelsat.com.mx"> <SOAP-ENV: Body> <ns1:searchResponse xmlns:ns1="soap.lalistanegradelsat.com.mx"> <return xsi: type="tns:taxPayer"> <RFC xsi:type="xsd:string">AAA091014835</RFC> <RazonSocial xsi:type="xsd:string">Empresa SA DE CV</RazonSocial> <Estatus xsi:type="xsd:string">Definitivo</Estatus> <Detalle xsi: type="xsd:string">Información actualizada al 27 de abril de 2020.</Detalle> </return> </ns1: searchResponse> </SOAP-ENV: Body></SOAP-ENV:Envelope>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="soap.lalistanegradelsat.com.mx"> <SOAP-ENV:Body> <ns1:searchResponse xmlns:ns1="soap.lalistanegradelsat.com.mx"> <return xsi:nil="true" xsi:type="tns:taxPayer"/> </ns1:searchResponse> </SOAP-ENV:Body></SOAP-ENV:Envelope>
<SOAP-ENV: Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="soap.lalistanegradelsat.com.mx"> <SOAP-ENV: Body> <ns1:searchResponse xmlns:ns1="soap.lalistanegradelsat.com.mx"> <return xsi: type="tns:taxPayer"> <RFC xsi: nil="true" xsi:type="xsd:string"/> <RazonSocial xsi: nil="true" xsi:type="xsd:string"/> <Estatus xsi: nil="true" xsi:type="xsd:string"/> <Detalle xsi: type="xsd:string">El RFC enviado no es válido.</Detalle> </return> </ns1: searchResponse> </SOAP-ENV: Body></SOAP-ENV:Envelope>