SimetricaWS


Click here for a complete list of operations.

GetReclamacionPorProveedor

Retorna todas las reclamaciones de un proveedor.

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 /SimetricaWs.asmx HTTP/1.1
Host: pss.com.do
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.simetricaconsulting.com/webservices/Proveedores/GetReclamacionPorProveedor"

<?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>
    <GetReclamacionPorProveedor xmlns="http://www.simetricaconsulting.com/webservices/Proveedores">
      <token>string</token>
      <codArs>int</codArs>
      <codigoReclamante>int</codigoReclamante>
      <tipoReclamante>string</tipoReclamante>
      <estatus>int</estatus>
      <fechaDesde>dateTime</fechaDesde>
      <fechaHasta>dateTime</fechaHasta>
      <usuario>string</usuario>
      <numeroCheque>int</numeroCheque>
    </GetReclamacionPorProveedor>
  </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>
    <GetReclamacionPorProveedorResponse xmlns="http://www.simetricaconsulting.com/webservices/Proveedores">
      <GetReclamacionPorProveedorResult>
        <Reclamacion>
          <TipoReclamante xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</TipoReclamante>
          <CodigoReclamante xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</CodigoReclamante>
          <CarnetAfiliado xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</CarnetAfiliado>
          <ReclamacionId xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</ReclamacionId>
          <Compania xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</Compania>
          <Ramo xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</Ramo>
          <Secuencial xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</Secuencial>
          <FechaReclamacion xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">dateTime</FechaReclamacion>
          <CodigoEstatusPSS xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</CodigoEstatusPSS>
          <DescripcionEstatusPss xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</DescripcionEstatusPss>
          <TipoGlosa xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</TipoGlosa>
        </Reclamacion>
        <Reclamacion>
          <TipoReclamante xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</TipoReclamante>
          <CodigoReclamante xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</CodigoReclamante>
          <CarnetAfiliado xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</CarnetAfiliado>
          <ReclamacionId xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</ReclamacionId>
          <Compania xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</Compania>
          <Ramo xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</Ramo>
          <Secuencial xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</Secuencial>
          <FechaReclamacion xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">dateTime</FechaReclamacion>
          <CodigoEstatusPSS xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</CodigoEstatusPSS>
          <DescripcionEstatusPss xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</DescripcionEstatusPss>
          <TipoGlosa xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</TipoGlosa>
        </Reclamacion>
      </GetReclamacionPorProveedorResult>
    </GetReclamacionPorProveedorResponse>
  </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 /SimetricaWs.asmx HTTP/1.1
Host: pss.com.do
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>
    <GetReclamacionPorProveedor xmlns="http://www.simetricaconsulting.com/webservices/Proveedores">
      <token>string</token>
      <codArs>int</codArs>
      <codigoReclamante>int</codigoReclamante>
      <tipoReclamante>string</tipoReclamante>
      <estatus>int</estatus>
      <fechaDesde>dateTime</fechaDesde>
      <fechaHasta>dateTime</fechaHasta>
      <usuario>string</usuario>
      <numeroCheque>int</numeroCheque>
    </GetReclamacionPorProveedor>
  </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>
    <GetReclamacionPorProveedorResponse xmlns="http://www.simetricaconsulting.com/webservices/Proveedores">
      <GetReclamacionPorProveedorResult>
        <Reclamacion>
          <TipoReclamante xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</TipoReclamante>
          <CodigoReclamante xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</CodigoReclamante>
          <CarnetAfiliado xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</CarnetAfiliado>
          <ReclamacionId xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</ReclamacionId>
          <Compania xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</Compania>
          <Ramo xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</Ramo>
          <Secuencial xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</Secuencial>
          <FechaReclamacion xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">dateTime</FechaReclamacion>
          <CodigoEstatusPSS xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</CodigoEstatusPSS>
          <DescripcionEstatusPss xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</DescripcionEstatusPss>
          <TipoGlosa xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</TipoGlosa>
        </Reclamacion>
        <Reclamacion>
          <TipoReclamante xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</TipoReclamante>
          <CodigoReclamante xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</CodigoReclamante>
          <CarnetAfiliado xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</CarnetAfiliado>
          <ReclamacionId xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</ReclamacionId>
          <Compania xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</Compania>
          <Ramo xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</Ramo>
          <Secuencial xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</Secuencial>
          <FechaReclamacion xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">dateTime</FechaReclamacion>
          <CodigoEstatusPSS xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">int</CodigoEstatusPSS>
          <DescripcionEstatusPss xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</DescripcionEstatusPss>
          <TipoGlosa xmlns="http://www.simetricaconsulting.com/webservices/dbaper/">string</TipoGlosa>
        </Reclamacion>
      </GetReclamacionPorProveedorResult>
    </GetReclamacionPorProveedorResponse>
  </soap12:Body>
</soap12:Envelope>