web_atendimento


Click here for a complete list of operations.

cnsCredenciamentoLance

Consulta os dados para preenchimento da tela de credenciamento de lance.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ID_Cota:
DT_Assembleia:

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 /WS/web_atendimento.asmx HTTP/1.1
Host: cnp3.consorciocanopus.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.cnpm.com.br/cnsCredenciamentoLance"

<?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>
    <cnsCredenciamentoLance xmlns="http://www.cnpm.com.br/">
      <ID_Cota>int</ID_Cota>
      <DT_Assembleia>dateTime</DT_Assembleia>
    </cnsCredenciamentoLance>
  </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>
    <cnsCredenciamentoLanceResponse xmlns="http://www.cnpm.com.br/">
      <cnsCredenciamentoLanceResult>
        <DT_Assembleia_Atual>dateTime</DT_Assembleia_Atual>
        <stcDetelheCredLance>
          <CD_Bem>string</CD_Bem>
          <NM_Bem>string</NM_Bem>
          <NM_Consorciado>string</NM_Consorciado>
          <ST_Criterio_Lance>string</ST_Criterio_Lance>
          <VL_Bem>double</VL_Bem>
          <VA_Lance_Minimo>double</VA_Lance_Minimo>
          <VA_Lance_Maximo>double</VA_Lance_Maximo>
          <VA_Lance_Fixo>double</VA_Lance_Fixo>
          <VL_Lance_Minimo>double</VL_Lance_Minimo>
          <VL_Lance_Maximo>double</VL_Lance_Maximo>
          <VA_Lance_Minimo_Apuracao>string</VA_Lance_Minimo_Apuracao>
          <VA_Lance_Maximo_Apuracao>string</VA_Lance_Maximo_Apuracao>
          <VA_Lance_Fixo_Apuracao>string</VA_Lance_Fixo_Apuracao>
          <VA_Lance_Limitado_Apuracao>string</VA_Lance_Limitado_Apuracao>
          <VA_Lance_Limitado_Min_Apuracao>string</VA_Lance_Limitado_Min_Apuracao>
          <NM_Ocorrencia>string</NM_Ocorrencia>
          <VA_Lance_Fixo_2>double</VA_Lance_Fixo_2>
          <VA_Lance_Limitado>double</VA_Lance_Limitado>
          <VA_Lance_Limitado_Min>double</VA_Lance_Limitado_Min>
          <PE_Lance_Embutido>double</PE_Lance_Embutido>
          <QT_PC_Lance_Embutido>int</QT_PC_Lance_Embutido>
          <ST_Calculo_Lance_Embutido>string</ST_Calculo_Lance_Embutido>
        </stcDetelheCredLance>
        <stcParamContemplacao>
          <SN_Oferta_Plano_Venda>string</SN_Oferta_Plano_Venda>
          <SN_Oferta_Parcela>string</SN_Oferta_Parcela>
          <SN_Oferta_Percentual>string</SN_Oferta_Percentual>
          <SN_Oferta_Valor>string</SN_Oferta_Valor>
        </stcParamContemplacao>
        <stcAssembleia>
          <stcAssembleia>
            <ID_Assembleia>int</ID_Assembleia>
            <ID_Grupo>int</ID_Grupo>
            <NO_Assembleia>int</NO_Assembleia>
            <DT_Assembleia>dateTime</DT_Assembleia>
            <DT_Vencimento>dateTime</DT_Vencimento>
            <DT_Sorteio>dateTime</DT_Sorteio>
            <Cd_Grupo>string</Cd_Grupo>
            <Hora_Assembleia>string</Hora_Assembleia>
          </stcAssembleia>
          <stcAssembleia>
            <ID_Assembleia>int</ID_Assembleia>
            <ID_Grupo>int</ID_Grupo>
            <NO_Assembleia>int</NO_Assembleia>
            <DT_Assembleia>dateTime</DT_Assembleia>
            <DT_Vencimento>dateTime</DT_Vencimento>
            <DT_Sorteio>dateTime</DT_Sorteio>
            <Cd_Grupo>string</Cd_Grupo>
            <Hora_Assembleia>string</Hora_Assembleia>
          </stcAssembleia>
        </stcAssembleia>
        <stcTipoOferta>
          <SN_Lance_Livre>string</SN_Lance_Livre>
          <SN_Lance_Fixo>string</SN_Lance_Fixo>
          <SN_Lance_Fixo_2>string</SN_Lance_Fixo_2>
          <SN_Lance_Limitado>string</SN_Lance_Limitado>
          <SN_Lance_Embutido>string</SN_Lance_Embutido>
        </stcTipoOferta>
        <stcOpcoesLance>
          <SN_Reduzir_Prazo>string</SN_Reduzir_Prazo>
          <SN_Reduzir_Parcela>string</SN_Reduzir_Parcela>
        </stcOpcoesLance>
        <stcOpcoesLanceEmbutido>
          <SN_Percentual>string</SN_Percentual>
          <SN_Valor>string</SN_Valor>
        </stcOpcoesLanceEmbutido>
        <ErrMsg>string</ErrMsg>
      </cnsCredenciamentoLanceResult>
    </cnsCredenciamentoLanceResponse>
  </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 /WS/web_atendimento.asmx HTTP/1.1
Host: cnp3.consorciocanopus.com.br
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>
    <cnsCredenciamentoLance xmlns="http://www.cnpm.com.br/">
      <ID_Cota>int</ID_Cota>
      <DT_Assembleia>dateTime</DT_Assembleia>
    </cnsCredenciamentoLance>
  </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>
    <cnsCredenciamentoLanceResponse xmlns="http://www.cnpm.com.br/">
      <cnsCredenciamentoLanceResult>
        <DT_Assembleia_Atual>dateTime</DT_Assembleia_Atual>
        <stcDetelheCredLance>
          <CD_Bem>string</CD_Bem>
          <NM_Bem>string</NM_Bem>
          <NM_Consorciado>string</NM_Consorciado>
          <ST_Criterio_Lance>string</ST_Criterio_Lance>
          <VL_Bem>double</VL_Bem>
          <VA_Lance_Minimo>double</VA_Lance_Minimo>
          <VA_Lance_Maximo>double</VA_Lance_Maximo>
          <VA_Lance_Fixo>double</VA_Lance_Fixo>
          <VL_Lance_Minimo>double</VL_Lance_Minimo>
          <VL_Lance_Maximo>double</VL_Lance_Maximo>
          <VA_Lance_Minimo_Apuracao>string</VA_Lance_Minimo_Apuracao>
          <VA_Lance_Maximo_Apuracao>string</VA_Lance_Maximo_Apuracao>
          <VA_Lance_Fixo_Apuracao>string</VA_Lance_Fixo_Apuracao>
          <VA_Lance_Limitado_Apuracao>string</VA_Lance_Limitado_Apuracao>
          <VA_Lance_Limitado_Min_Apuracao>string</VA_Lance_Limitado_Min_Apuracao>
          <NM_Ocorrencia>string</NM_Ocorrencia>
          <VA_Lance_Fixo_2>double</VA_Lance_Fixo_2>
          <VA_Lance_Limitado>double</VA_Lance_Limitado>
          <VA_Lance_Limitado_Min>double</VA_Lance_Limitado_Min>
          <PE_Lance_Embutido>double</PE_Lance_Embutido>
          <QT_PC_Lance_Embutido>int</QT_PC_Lance_Embutido>
          <ST_Calculo_Lance_Embutido>string</ST_Calculo_Lance_Embutido>
        </stcDetelheCredLance>
        <stcParamContemplacao>
          <SN_Oferta_Plano_Venda>string</SN_Oferta_Plano_Venda>
          <SN_Oferta_Parcela>string</SN_Oferta_Parcela>
          <SN_Oferta_Percentual>string</SN_Oferta_Percentual>
          <SN_Oferta_Valor>string</SN_Oferta_Valor>
        </stcParamContemplacao>
        <stcAssembleia>
          <stcAssembleia>
            <ID_Assembleia>int</ID_Assembleia>
            <ID_Grupo>int</ID_Grupo>
            <NO_Assembleia>int</NO_Assembleia>
            <DT_Assembleia>dateTime</DT_Assembleia>
            <DT_Vencimento>dateTime</DT_Vencimento>
            <DT_Sorteio>dateTime</DT_Sorteio>
            <Cd_Grupo>string</Cd_Grupo>
            <Hora_Assembleia>string</Hora_Assembleia>
          </stcAssembleia>
          <stcAssembleia>
            <ID_Assembleia>int</ID_Assembleia>
            <ID_Grupo>int</ID_Grupo>
            <NO_Assembleia>int</NO_Assembleia>
            <DT_Assembleia>dateTime</DT_Assembleia>
            <DT_Vencimento>dateTime</DT_Vencimento>
            <DT_Sorteio>dateTime</DT_Sorteio>
            <Cd_Grupo>string</Cd_Grupo>
            <Hora_Assembleia>string</Hora_Assembleia>
          </stcAssembleia>
        </stcAssembleia>
        <stcTipoOferta>
          <SN_Lance_Livre>string</SN_Lance_Livre>
          <SN_Lance_Fixo>string</SN_Lance_Fixo>
          <SN_Lance_Fixo_2>string</SN_Lance_Fixo_2>
          <SN_Lance_Limitado>string</SN_Lance_Limitado>
          <SN_Lance_Embutido>string</SN_Lance_Embutido>
        </stcTipoOferta>
        <stcOpcoesLance>
          <SN_Reduzir_Prazo>string</SN_Reduzir_Prazo>
          <SN_Reduzir_Parcela>string</SN_Reduzir_Parcela>
        </stcOpcoesLance>
        <stcOpcoesLanceEmbutido>
          <SN_Percentual>string</SN_Percentual>
          <SN_Valor>string</SN_Valor>
        </stcOpcoesLanceEmbutido>
        <ErrMsg>string</ErrMsg>
      </cnsCredenciamentoLanceResult>
    </cnsCredenciamentoLanceResponse>
  </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 /WS/web_atendimento.asmx/cnsCredenciamentoLance?ID_Cota=string&DT_Assembleia=string HTTP/1.1
Host: cnp3.consorciocanopus.com.br
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<stcCredenciamentoLance xmlns="http://www.cnpm.com.br/">
  <DT_Assembleia_Atual>dateTime</DT_Assembleia_Atual>
  <stcDetelheCredLance>
    <CD_Bem>string</CD_Bem>
    <NM_Bem>string</NM_Bem>
    <NM_Consorciado>string</NM_Consorciado>
    <ST_Criterio_Lance>string</ST_Criterio_Lance>
    <VL_Bem>double</VL_Bem>
    <VA_Lance_Minimo>double</VA_Lance_Minimo>
    <VA_Lance_Maximo>double</VA_Lance_Maximo>
    <VA_Lance_Fixo>double</VA_Lance_Fixo>
    <VL_Lance_Minimo>double</VL_Lance_Minimo>
    <VL_Lance_Maximo>double</VL_Lance_Maximo>
    <VA_Lance_Minimo_Apuracao>string</VA_Lance_Minimo_Apuracao>
    <VA_Lance_Maximo_Apuracao>string</VA_Lance_Maximo_Apuracao>
    <VA_Lance_Fixo_Apuracao>string</VA_Lance_Fixo_Apuracao>
    <VA_Lance_Limitado_Apuracao>string</VA_Lance_Limitado_Apuracao>
    <VA_Lance_Limitado_Min_Apuracao>string</VA_Lance_Limitado_Min_Apuracao>
    <NM_Ocorrencia>string</NM_Ocorrencia>
    <VA_Lance_Fixo_2>double</VA_Lance_Fixo_2>
    <VA_Lance_Limitado>double</VA_Lance_Limitado>
    <VA_Lance_Limitado_Min>double</VA_Lance_Limitado_Min>
    <PE_Lance_Embutido>double</PE_Lance_Embutido>
    <QT_PC_Lance_Embutido>int</QT_PC_Lance_Embutido>
    <ST_Calculo_Lance_Embutido>string</ST_Calculo_Lance_Embutido>
  </stcDetelheCredLance>
  <stcParamContemplacao>
    <SN_Oferta_Plano_Venda>string</SN_Oferta_Plano_Venda>
    <SN_Oferta_Parcela>string</SN_Oferta_Parcela>
    <SN_Oferta_Percentual>string</SN_Oferta_Percentual>
    <SN_Oferta_Valor>string</SN_Oferta_Valor>
  </stcParamContemplacao>
  <stcAssembleia>
    <stcAssembleia>
      <ID_Assembleia>int</ID_Assembleia>
      <ID_Grupo>int</ID_Grupo>
      <NO_Assembleia>int</NO_Assembleia>
      <DT_Assembleia>dateTime</DT_Assembleia>
      <DT_Vencimento>dateTime</DT_Vencimento>
      <DT_Sorteio>dateTime</DT_Sorteio>
      <Cd_Grupo>string</Cd_Grupo>
      <Hora_Assembleia>string</Hora_Assembleia>
    </stcAssembleia>
    <stcAssembleia>
      <ID_Assembleia>int</ID_Assembleia>
      <ID_Grupo>int</ID_Grupo>
      <NO_Assembleia>int</NO_Assembleia>
      <DT_Assembleia>dateTime</DT_Assembleia>
      <DT_Vencimento>dateTime</DT_Vencimento>
      <DT_Sorteio>dateTime</DT_Sorteio>
      <Cd_Grupo>string</Cd_Grupo>
      <Hora_Assembleia>string</Hora_Assembleia>
    </stcAssembleia>
  </stcAssembleia>
  <stcTipoOferta>
    <SN_Lance_Livre>string</SN_Lance_Livre>
    <SN_Lance_Fixo>string</SN_Lance_Fixo>
    <SN_Lance_Fixo_2>string</SN_Lance_Fixo_2>
    <SN_Lance_Limitado>string</SN_Lance_Limitado>
    <SN_Lance_Embutido>string</SN_Lance_Embutido>
  </stcTipoOferta>
  <stcOpcoesLance>
    <SN_Reduzir_Prazo>string</SN_Reduzir_Prazo>
    <SN_Reduzir_Parcela>string</SN_Reduzir_Parcela>
  </stcOpcoesLance>
  <stcOpcoesLanceEmbutido>
    <SN_Percentual>string</SN_Percentual>
    <SN_Valor>string</SN_Valor>
  </stcOpcoesLanceEmbutido>
  <ErrMsg>string</ErrMsg>
</stcCredenciamentoLance>

HTTP POST

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

POST /WS/web_atendimento.asmx/cnsCredenciamentoLance HTTP/1.1
Host: cnp3.consorciocanopus.com.br
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ID_Cota=string&DT_Assembleia=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<stcCredenciamentoLance xmlns="http://www.cnpm.com.br/">
  <DT_Assembleia_Atual>dateTime</DT_Assembleia_Atual>
  <stcDetelheCredLance>
    <CD_Bem>string</CD_Bem>
    <NM_Bem>string</NM_Bem>
    <NM_Consorciado>string</NM_Consorciado>
    <ST_Criterio_Lance>string</ST_Criterio_Lance>
    <VL_Bem>double</VL_Bem>
    <VA_Lance_Minimo>double</VA_Lance_Minimo>
    <VA_Lance_Maximo>double</VA_Lance_Maximo>
    <VA_Lance_Fixo>double</VA_Lance_Fixo>
    <VL_Lance_Minimo>double</VL_Lance_Minimo>
    <VL_Lance_Maximo>double</VL_Lance_Maximo>
    <VA_Lance_Minimo_Apuracao>string</VA_Lance_Minimo_Apuracao>
    <VA_Lance_Maximo_Apuracao>string</VA_Lance_Maximo_Apuracao>
    <VA_Lance_Fixo_Apuracao>string</VA_Lance_Fixo_Apuracao>
    <VA_Lance_Limitado_Apuracao>string</VA_Lance_Limitado_Apuracao>
    <VA_Lance_Limitado_Min_Apuracao>string</VA_Lance_Limitado_Min_Apuracao>
    <NM_Ocorrencia>string</NM_Ocorrencia>
    <VA_Lance_Fixo_2>double</VA_Lance_Fixo_2>
    <VA_Lance_Limitado>double</VA_Lance_Limitado>
    <VA_Lance_Limitado_Min>double</VA_Lance_Limitado_Min>
    <PE_Lance_Embutido>double</PE_Lance_Embutido>
    <QT_PC_Lance_Embutido>int</QT_PC_Lance_Embutido>
    <ST_Calculo_Lance_Embutido>string</ST_Calculo_Lance_Embutido>
  </stcDetelheCredLance>
  <stcParamContemplacao>
    <SN_Oferta_Plano_Venda>string</SN_Oferta_Plano_Venda>
    <SN_Oferta_Parcela>string</SN_Oferta_Parcela>
    <SN_Oferta_Percentual>string</SN_Oferta_Percentual>
    <SN_Oferta_Valor>string</SN_Oferta_Valor>
  </stcParamContemplacao>
  <stcAssembleia>
    <stcAssembleia>
      <ID_Assembleia>int</ID_Assembleia>
      <ID_Grupo>int</ID_Grupo>
      <NO_Assembleia>int</NO_Assembleia>
      <DT_Assembleia>dateTime</DT_Assembleia>
      <DT_Vencimento>dateTime</DT_Vencimento>
      <DT_Sorteio>dateTime</DT_Sorteio>
      <Cd_Grupo>string</Cd_Grupo>
      <Hora_Assembleia>string</Hora_Assembleia>
    </stcAssembleia>
    <stcAssembleia>
      <ID_Assembleia>int</ID_Assembleia>
      <ID_Grupo>int</ID_Grupo>
      <NO_Assembleia>int</NO_Assembleia>
      <DT_Assembleia>dateTime</DT_Assembleia>
      <DT_Vencimento>dateTime</DT_Vencimento>
      <DT_Sorteio>dateTime</DT_Sorteio>
      <Cd_Grupo>string</Cd_Grupo>
      <Hora_Assembleia>string</Hora_Assembleia>
    </stcAssembleia>
  </stcAssembleia>
  <stcTipoOferta>
    <SN_Lance_Livre>string</SN_Lance_Livre>
    <SN_Lance_Fixo>string</SN_Lance_Fixo>
    <SN_Lance_Fixo_2>string</SN_Lance_Fixo_2>
    <SN_Lance_Limitado>string</SN_Lance_Limitado>
    <SN_Lance_Embutido>string</SN_Lance_Embutido>
  </stcTipoOferta>
  <stcOpcoesLance>
    <SN_Reduzir_Prazo>string</SN_Reduzir_Prazo>
    <SN_Reduzir_Parcela>string</SN_Reduzir_Parcela>
  </stcOpcoesLance>
  <stcOpcoesLanceEmbutido>
    <SN_Percentual>string</SN_Percentual>
    <SN_Valor>string</SN_Valor>
  </stcOpcoesLanceEmbutido>
  <ErrMsg>string</ErrMsg>
</stcCredenciamentoLance>