web_atendimento


Click here for a complete list of operations.

PrcDebitoContaAdd

Cadastro do débito em conta.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ID_Usuario:
ID_Empresa:
ID_Cota:
ID_Pessoa:
ID_Banco:
Dia_Debito:
SN_Dia_Util_Debito:
NM_Agencia:
NO_Agencia:
DG_Agencia:
Tipo_Conta_Corrente:
NO_Conta_Corrente:
DG_Conta_Corrente:
CD_Inscricao_Nacional:
NM_Favorecido:
Observacao:

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

<?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>
    <PrcDebitoContaAdd xmlns="http://www.cnpm.com.br/">
      <ID_Usuario>int</ID_Usuario>
      <ID_Empresa>int</ID_Empresa>
      <ID_Cota>int</ID_Cota>
      <ID_Pessoa>int</ID_Pessoa>
      <ID_Banco>int</ID_Banco>
      <Dia_Debito>int</Dia_Debito>
      <SN_Dia_Util_Debito>string</SN_Dia_Util_Debito>
      <NM_Agencia>string</NM_Agencia>
      <NO_Agencia>int</NO_Agencia>
      <DG_Agencia>string</DG_Agencia>
      <Tipo_Conta_Corrente>int</Tipo_Conta_Corrente>
      <NO_Conta_Corrente>string</NO_Conta_Corrente>
      <DG_Conta_Corrente>string</DG_Conta_Corrente>
      <CD_Inscricao_Nacional>string</CD_Inscricao_Nacional>
      <NM_Favorecido>string</NM_Favorecido>
      <Observacao>string</Observacao>
    </PrcDebitoContaAdd>
  </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>
    <PrcDebitoContaAddResponse xmlns="http://www.cnpm.com.br/">
      <PrcDebitoContaAddResult>
        <ErrMsg>string</ErrMsg>
      </PrcDebitoContaAddResult>
    </PrcDebitoContaAddResponse>
  </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>
    <PrcDebitoContaAdd xmlns="http://www.cnpm.com.br/">
      <ID_Usuario>int</ID_Usuario>
      <ID_Empresa>int</ID_Empresa>
      <ID_Cota>int</ID_Cota>
      <ID_Pessoa>int</ID_Pessoa>
      <ID_Banco>int</ID_Banco>
      <Dia_Debito>int</Dia_Debito>
      <SN_Dia_Util_Debito>string</SN_Dia_Util_Debito>
      <NM_Agencia>string</NM_Agencia>
      <NO_Agencia>int</NO_Agencia>
      <DG_Agencia>string</DG_Agencia>
      <Tipo_Conta_Corrente>int</Tipo_Conta_Corrente>
      <NO_Conta_Corrente>string</NO_Conta_Corrente>
      <DG_Conta_Corrente>string</DG_Conta_Corrente>
      <CD_Inscricao_Nacional>string</CD_Inscricao_Nacional>
      <NM_Favorecido>string</NM_Favorecido>
      <Observacao>string</Observacao>
    </PrcDebitoContaAdd>
  </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>
    <PrcDebitoContaAddResponse xmlns="http://www.cnpm.com.br/">
      <PrcDebitoContaAddResult>
        <ErrMsg>string</ErrMsg>
      </PrcDebitoContaAddResult>
    </PrcDebitoContaAddResponse>
  </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/PrcDebitoContaAdd?ID_Usuario=string&ID_Empresa=string&ID_Cota=string&ID_Pessoa=string&ID_Banco=string&Dia_Debito=string&SN_Dia_Util_Debito=string&NM_Agencia=string&NO_Agencia=string&DG_Agencia=string&Tipo_Conta_Corrente=string&NO_Conta_Corrente=string&DG_Conta_Corrente=string&CD_Inscricao_Nacional=string&NM_Favorecido=string&Observacao=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"?>
<stcRetornoDebitoContaAdd xmlns="http://www.cnpm.com.br/">
  <ErrMsg>string</ErrMsg>
</stcRetornoDebitoContaAdd>

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

ID_Usuario=string&ID_Empresa=string&ID_Cota=string&ID_Pessoa=string&ID_Banco=string&Dia_Debito=string&SN_Dia_Util_Debito=string&NM_Agencia=string&NO_Agencia=string&DG_Agencia=string&Tipo_Conta_Corrente=string&NO_Conta_Corrente=string&DG_Conta_Corrente=string&CD_Inscricao_Nacional=string&NM_Favorecido=string&Observacao=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<stcRetornoDebitoContaAdd xmlns="http://www.cnpm.com.br/">
  <ErrMsg>string</ErrMsg>
</stcRetornoDebitoContaAdd>