WSEstadoCuentaCygnus


Click here for a complete list of operations.

WS_OBTENER_DETALLE_CUENTA

Consulta el detalle de una cuenta

Test

The test form is only available for requests from the local machine.

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 /Portal/WSEstadoCuentaFecomeva/WSClientEstadoCuenta.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.ebssas.com/WS_OBTENER_DETALLE_CUENTA"

<?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>
    <WS_OBTENER_DETALLE_CUENTA xmlns="https://www.ebssas.com/">
      <sNumRadic>string</sNumRadic>
      <xc_producto>string</xc_producto>
      <xc_usuario>string</xc_usuario>
      <xc_contraseña>string</xc_contraseña>
    </WS_OBTENER_DETALLE_CUENTA>
  </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>
    <WS_OBTENER_DETALLE_CUENTAResponse xmlns="https://www.ebssas.com/">
      <WS_OBTENER_DETALLE_CUENTAResult>
        <INumRadic>string</INumRadic>
        <SCodCredi>string</SCodCredi>
        <SNombreLinea>string</SNombreLinea>
        <ICodDesti>int</ICodDesti>
        <SDescDestinac>string</SDescDestinac>
        <SMontoSol>string</SMontoSol>
        <DPlazo>double</DPlazo>
        <SValorCuota>string</SValorCuota>
        <SFechaUltPago>string</SFechaUltPago>
        <SEstado>string</SEstado>
        <IPeriodicidad>int</IPeriodicidad>
        <SDescPeriodicidad>string</SDescPeriodicidad>
        <IFormaPago>int</IFormaPago>
        <SDescFormaPago>string</SDescFormaPago>
        <SValorSaldoCap>string</SValorSaldoCap>
        <SFechaProxPago>string</SFechaProxPago>
        <CNumAporte>string</CNumAporte>
        <SFechaApertura>string</SFechaApertura>
        <SFechaVencimiento>string</SFechaVencimiento>
        <SFechaUltMovimiento>string</SFechaUltMovimiento>
        <SCuotaTotal>string</SCuotaTotal>
        <SSaldoTotal>string</SSaldoTotal>
        <IPerPago>int</IPerPago>
        <SDescPerPago>string</SDescPerPago>
        <CDescAporte>string</CDescAporte>
        <IEstado>int</IEstado>
        <SNumCuenta>string</SNumCuenta>
        <SDescAhorro>string</SDescAhorro>
        <SModalidad>string</SModalidad>
        <SCalcTasa>string</SCalcTasa>
        <ITipoTasa>int</ITipoTasa>
        <ITipoHis>int</ITipoHis>
        <SSaldoCanje>string</SSaldoCanje>
        <DTasaInt>double</DTasaInt>
        <DDesvTasa>double</DDesvTasa>
        <IModalidad>int</IModalidad>
        <ICalcTasa>int</ICalcTasa>
        <SNumCdat>string</SNumCdat>
        <SValorCdat>string</SValorCdat>
        <STotalIntCap>string</STotalIntCap>
        <IPerInt>int</IPerInt>
        <SFechaInicio>string</SFechaInicio>
        <SFechaFin>string</SFechaFin>
        <SNumContrac>string</SNumContrac>
        <SDescAhorroContrac>string</SDescAhorroContrac>
        <SSaldoAhorroContrac>string</SSaldoAhorroContrac>
        <SCuotaAhorroContrac>string</SCuotaAhorroContrac>
        <ICuotaPag>int</ICuotaPag>
        <ICodDesem>int</ICodDesem>
        <SValorFechaCDAT>string</SValorFechaCDAT>
        <BRtaConsulta>boolean</BRtaConsulta>
        <SMjs>string</SMjs>
      </WS_OBTENER_DETALLE_CUENTAResult>
    </WS_OBTENER_DETALLE_CUENTAResponse>
  </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 /Portal/WSEstadoCuentaFecomeva/WSClientEstadoCuenta.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
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>
    <WS_OBTENER_DETALLE_CUENTA xmlns="https://www.ebssas.com/">
      <sNumRadic>string</sNumRadic>
      <xc_producto>string</xc_producto>
      <xc_usuario>string</xc_usuario>
      <xc_contraseña>string</xc_contraseña>
    </WS_OBTENER_DETALLE_CUENTA>
  </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>
    <WS_OBTENER_DETALLE_CUENTAResponse xmlns="https://www.ebssas.com/">
      <WS_OBTENER_DETALLE_CUENTAResult>
        <INumRadic>string</INumRadic>
        <SCodCredi>string</SCodCredi>
        <SNombreLinea>string</SNombreLinea>
        <ICodDesti>int</ICodDesti>
        <SDescDestinac>string</SDescDestinac>
        <SMontoSol>string</SMontoSol>
        <DPlazo>double</DPlazo>
        <SValorCuota>string</SValorCuota>
        <SFechaUltPago>string</SFechaUltPago>
        <SEstado>string</SEstado>
        <IPeriodicidad>int</IPeriodicidad>
        <SDescPeriodicidad>string</SDescPeriodicidad>
        <IFormaPago>int</IFormaPago>
        <SDescFormaPago>string</SDescFormaPago>
        <SValorSaldoCap>string</SValorSaldoCap>
        <SFechaProxPago>string</SFechaProxPago>
        <CNumAporte>string</CNumAporte>
        <SFechaApertura>string</SFechaApertura>
        <SFechaVencimiento>string</SFechaVencimiento>
        <SFechaUltMovimiento>string</SFechaUltMovimiento>
        <SCuotaTotal>string</SCuotaTotal>
        <SSaldoTotal>string</SSaldoTotal>
        <IPerPago>int</IPerPago>
        <SDescPerPago>string</SDescPerPago>
        <CDescAporte>string</CDescAporte>
        <IEstado>int</IEstado>
        <SNumCuenta>string</SNumCuenta>
        <SDescAhorro>string</SDescAhorro>
        <SModalidad>string</SModalidad>
        <SCalcTasa>string</SCalcTasa>
        <ITipoTasa>int</ITipoTasa>
        <ITipoHis>int</ITipoHis>
        <SSaldoCanje>string</SSaldoCanje>
        <DTasaInt>double</DTasaInt>
        <DDesvTasa>double</DDesvTasa>
        <IModalidad>int</IModalidad>
        <ICalcTasa>int</ICalcTasa>
        <SNumCdat>string</SNumCdat>
        <SValorCdat>string</SValorCdat>
        <STotalIntCap>string</STotalIntCap>
        <IPerInt>int</IPerInt>
        <SFechaInicio>string</SFechaInicio>
        <SFechaFin>string</SFechaFin>
        <SNumContrac>string</SNumContrac>
        <SDescAhorroContrac>string</SDescAhorroContrac>
        <SSaldoAhorroContrac>string</SSaldoAhorroContrac>
        <SCuotaAhorroContrac>string</SCuotaAhorroContrac>
        <ICuotaPag>int</ICuotaPag>
        <ICodDesem>int</ICodDesem>
        <SValorFechaCDAT>string</SValorFechaCDAT>
        <BRtaConsulta>boolean</BRtaConsulta>
        <SMjs>string</SMjs>
      </WS_OBTENER_DETALLE_CUENTAResult>
    </WS_OBTENER_DETALLE_CUENTAResponse>
  </soap12:Body>
</soap12:Envelope>