web_atendimento


Click here for a complete list of operations.

cnsDetalheTaxasCobrancaBA

Retorna os detalhes das taxas do boleto avulso.

Test

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

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/cnsDetalheTaxasCobrancaBA"

<?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>
    <cnsDetalheTaxasCobrancaBA xmlns="http://www.cnpm.com.br/">
      <ID_Identificador>int</ID_Identificador>
    </cnsDetalheTaxasCobrancaBA>
  </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>
    <cnsDetalheTaxasCobrancaBAResponse xmlns="http://www.cnpm.com.br/">
      <cnsDetalheTaxasCobrancaBAResult>
        <NO_Parcela>int</NO_Parcela>
        <ID_Taxa_Cobranca>int</ID_Taxa_Cobranca>
        <CD_Taxa_Cobranca>string</CD_Taxa_Cobranca>
        <NM_Taxa_Cobranca>string</NM_Taxa_Cobranca>
        <ID_CD_Movto_Fin>int</ID_CD_Movto_Fin>
        <CD_Movto_Fin>string</CD_Movto_Fin>
        <NM_CD_Movto_Fin>string</NM_CD_Movto_Fin>
        <VL_Calculado>double</VL_Calculado>
        <VL_Cobrar>double</VL_Cobrar>
        <CD_NM_Taxa>string</CD_NM_Taxa>
        <CD_NM_Movto>string</CD_NM_Movto>
        <ID_CONFI008MTMP>int</ID_CONFI008MTMP>
        <VL_Total_Calculado>double</VL_Total_Calculado>
        <VL_Total_Cobrar>double</VL_Total_Cobrar>
        <ErrMsg>string</ErrMsg>
      </cnsDetalheTaxasCobrancaBAResult>
    </cnsDetalheTaxasCobrancaBAResponse>
  </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>
    <cnsDetalheTaxasCobrancaBA xmlns="http://www.cnpm.com.br/">
      <ID_Identificador>int</ID_Identificador>
    </cnsDetalheTaxasCobrancaBA>
  </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>
    <cnsDetalheTaxasCobrancaBAResponse xmlns="http://www.cnpm.com.br/">
      <cnsDetalheTaxasCobrancaBAResult>
        <NO_Parcela>int</NO_Parcela>
        <ID_Taxa_Cobranca>int</ID_Taxa_Cobranca>
        <CD_Taxa_Cobranca>string</CD_Taxa_Cobranca>
        <NM_Taxa_Cobranca>string</NM_Taxa_Cobranca>
        <ID_CD_Movto_Fin>int</ID_CD_Movto_Fin>
        <CD_Movto_Fin>string</CD_Movto_Fin>
        <NM_CD_Movto_Fin>string</NM_CD_Movto_Fin>
        <VL_Calculado>double</VL_Calculado>
        <VL_Cobrar>double</VL_Cobrar>
        <CD_NM_Taxa>string</CD_NM_Taxa>
        <CD_NM_Movto>string</CD_NM_Movto>
        <ID_CONFI008MTMP>int</ID_CONFI008MTMP>
        <VL_Total_Calculado>double</VL_Total_Calculado>
        <VL_Total_Cobrar>double</VL_Total_Cobrar>
        <ErrMsg>string</ErrMsg>
      </cnsDetalheTaxasCobrancaBAResult>
    </cnsDetalheTaxasCobrancaBAResponse>
  </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/cnsDetalheTaxasCobrancaBA?ID_Identificador=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"?>
<stcDetalheTaxasCobrancaBA xmlns="http://www.cnpm.com.br/">
  <NO_Parcela>int</NO_Parcela>
  <ID_Taxa_Cobranca>int</ID_Taxa_Cobranca>
  <CD_Taxa_Cobranca>string</CD_Taxa_Cobranca>
  <NM_Taxa_Cobranca>string</NM_Taxa_Cobranca>
  <ID_CD_Movto_Fin>int</ID_CD_Movto_Fin>
  <CD_Movto_Fin>string</CD_Movto_Fin>
  <NM_CD_Movto_Fin>string</NM_CD_Movto_Fin>
  <VL_Calculado>double</VL_Calculado>
  <VL_Cobrar>double</VL_Cobrar>
  <CD_NM_Taxa>string</CD_NM_Taxa>
  <CD_NM_Movto>string</CD_NM_Movto>
  <ID_CONFI008MTMP>int</ID_CONFI008MTMP>
  <VL_Total_Calculado>double</VL_Total_Calculado>
  <VL_Total_Cobrar>double</VL_Total_Cobrar>
  <ErrMsg>string</ErrMsg>
</stcDetalheTaxasCobrancaBA>

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/cnsDetalheTaxasCobrancaBA HTTP/1.1
Host: cnp3.consorciocanopus.com.br
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0" encoding="utf-8"?>
<stcDetalheTaxasCobrancaBA xmlns="http://www.cnpm.com.br/">
  <NO_Parcela>int</NO_Parcela>
  <ID_Taxa_Cobranca>int</ID_Taxa_Cobranca>
  <CD_Taxa_Cobranca>string</CD_Taxa_Cobranca>
  <NM_Taxa_Cobranca>string</NM_Taxa_Cobranca>
  <ID_CD_Movto_Fin>int</ID_CD_Movto_Fin>
  <CD_Movto_Fin>string</CD_Movto_Fin>
  <NM_CD_Movto_Fin>string</NM_CD_Movto_Fin>
  <VL_Calculado>double</VL_Calculado>
  <VL_Cobrar>double</VL_Cobrar>
  <CD_NM_Taxa>string</CD_NM_Taxa>
  <CD_NM_Movto>string</CD_NM_Movto>
  <ID_CONFI008MTMP>int</ID_CONFI008MTMP>
  <VL_Total_Calculado>double</VL_Total_Calculado>
  <VL_Total_Cobrar>double</VL_Total_Cobrar>
  <ErrMsg>string</ErrMsg>
</stcDetalheTaxasCobrancaBA>