wsindicadoreseconomicos


Click here for a complete list of operations.

ObtenerIndicadoresEconomicosXML

Obtiene los valores del indicador económico deseado (XML) para un rango de fecha determinado con formato dd/mm/yyyy (día/mes/año). Parámetros de entrada: Indicador de tipo numérico entero positivo, Fecha de inicio de tipo string , Fecha final de tipo string, Nombre de la persona que utiliza el servicio, SubNiveles (S = Si o N = No) para indicar si desea o no obtener los subniveles del indicador a consultar, correo electrónico y token de suscripción. Retorna un XML con los siguientes campos: Código de la variable tipo string, fecha tipo date y el valor tipo numeric. TODOS los campos son obligatorios, de no ingresar alguno de los parámetros el valor de retorno del servicio será Nothing.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Indicador:
FechaInicio:
FechaFinal:
Nombre:
SubNiveles:
CorreoElectronico:
Token:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Indicadores/Suscripciones/WS/wsindicadoreseconomicos.asmx HTTP/1.1
Host: gee.bccr.fi.cr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ws.sdde.bccr.fi.cr/ObtenerIndicadoresEconomicosXML"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ObtenerIndicadoresEconomicosXML xmlns="http://ws.sdde.bccr.fi.cr">
      <Indicador>string</Indicador>
      <FechaInicio>string</FechaInicio>
      <FechaFinal>string</FechaFinal>
      <Nombre>string</Nombre>
      <SubNiveles>string</SubNiveles>
      <CorreoElectronico>string</CorreoElectronico>
      <Token>string</Token>
    </ObtenerIndicadoresEconomicosXML>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ObtenerIndicadoresEconomicosXMLResponse xmlns="http://ws.sdde.bccr.fi.cr">
      <ObtenerIndicadoresEconomicosXMLResult>string</ObtenerIndicadoresEconomicosXMLResult>
    </ObtenerIndicadoresEconomicosXMLResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Indicadores/Suscripciones/WS/wsindicadoreseconomicos.asmx HTTP/1.1
Host: gee.bccr.fi.cr
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ObtenerIndicadoresEconomicosXML xmlns="http://ws.sdde.bccr.fi.cr">
      <Indicador>string</Indicador>
      <FechaInicio>string</FechaInicio>
      <FechaFinal>string</FechaFinal>
      <Nombre>string</Nombre>
      <SubNiveles>string</SubNiveles>
      <CorreoElectronico>string</CorreoElectronico>
      <Token>string</Token>
    </ObtenerIndicadoresEconomicosXML>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ObtenerIndicadoresEconomicosXMLResponse xmlns="http://ws.sdde.bccr.fi.cr">
      <ObtenerIndicadoresEconomicosXMLResult>string</ObtenerIndicadoresEconomicosXMLResult>
    </ObtenerIndicadoresEconomicosXMLResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /Indicadores/Suscripciones/WS/wsindicadoreseconomicos.asmx/ObtenerIndicadoresEconomicosXML?Indicador=string&FechaInicio=string&FechaFinal=string&Nombre=string&SubNiveles=string&CorreoElectronico=string&Token=string HTTP/1.1
Host: gee.bccr.fi.cr
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://ws.sdde.bccr.fi.cr">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Indicadores/Suscripciones/WS/wsindicadoreseconomicos.asmx/ObtenerIndicadoresEconomicosXML HTTP/1.1
Host: gee.bccr.fi.cr
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Indicador=string&FechaInicio=string&FechaFinal=string&Nombre=string&SubNiveles=string&CorreoElectronico=string&Token=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://ws.sdde.bccr.fi.cr">string</string>