web_atendimento


Click here for a complete list of operations.

YAC_AutenticarConsorciado

Realiza a autenticação positiva por inscrição nacional e senha, e retorna as cotas do consorciado e informação da pessoa

Test

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

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

<?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>
    <YAC_AutenticarConsorciado xmlns="http://www.cnpm.com.br/">
      <CD_Inscricao_Nacional>string</CD_Inscricao_Nacional>
      <Senha>string</Senha>
      <Chave_Acesso>string</Chave_Acesso>
    </YAC_AutenticarConsorciado>
  </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>
    <YAC_AutenticarConsorciadoResponse xmlns="http://www.cnpm.com.br/">
      <YAC_AutenticarConsorciadoResult>
        <Return_Code>int</Return_Code>
        <ErrMsg>string</ErrMsg>
        <Pessoas>
          <YAC_RetornoPessoa>
            <ID_Pessoa>int</ID_Pessoa>
            <NM_Pessoa>string</NM_Pessoa>
            <Cotas xsi:nil="true" />
          </YAC_RetornoPessoa>
          <YAC_RetornoPessoa>
            <ID_Pessoa>int</ID_Pessoa>
            <NM_Pessoa>string</NM_Pessoa>
            <Cotas xsi:nil="true" />
          </YAC_RetornoPessoa>
        </Pessoas>
      </YAC_AutenticarConsorciadoResult>
    </YAC_AutenticarConsorciadoResponse>
  </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>
    <YAC_AutenticarConsorciado xmlns="http://www.cnpm.com.br/">
      <CD_Inscricao_Nacional>string</CD_Inscricao_Nacional>
      <Senha>string</Senha>
      <Chave_Acesso>string</Chave_Acesso>
    </YAC_AutenticarConsorciado>
  </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>
    <YAC_AutenticarConsorciadoResponse xmlns="http://www.cnpm.com.br/">
      <YAC_AutenticarConsorciadoResult>
        <Return_Code>int</Return_Code>
        <ErrMsg>string</ErrMsg>
        <Pessoas>
          <YAC_RetornoPessoa>
            <ID_Pessoa>int</ID_Pessoa>
            <NM_Pessoa>string</NM_Pessoa>
            <Cotas xsi:nil="true" />
          </YAC_RetornoPessoa>
          <YAC_RetornoPessoa>
            <ID_Pessoa>int</ID_Pessoa>
            <NM_Pessoa>string</NM_Pessoa>
            <Cotas xsi:nil="true" />
          </YAC_RetornoPessoa>
        </Pessoas>
      </YAC_AutenticarConsorciadoResult>
    </YAC_AutenticarConsorciadoResponse>
  </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/YAC_AutenticarConsorciado?CD_Inscricao_Nacional=string&Senha=string&Chave_Acesso=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"?>
<YAC_RetornoAutenticarConsorciado xmlns="http://www.cnpm.com.br/">
  <Return_Code>int</Return_Code>
  <ErrMsg>string</ErrMsg>
  <Pessoas>
    <YAC_RetornoPessoa>
      <ID_Pessoa>int</ID_Pessoa>
      <NM_Pessoa>string</NM_Pessoa>
      <Cotas>
        <YAC_RetornoCota d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <YAC_RetornoCota d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Cotas>
    </YAC_RetornoPessoa>
    <YAC_RetornoPessoa>
      <ID_Pessoa>int</ID_Pessoa>
      <NM_Pessoa>string</NM_Pessoa>
      <Cotas>
        <YAC_RetornoCota d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <YAC_RetornoCota d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Cotas>
    </YAC_RetornoPessoa>
  </Pessoas>
</YAC_RetornoAutenticarConsorciado>

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

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

<?xml version="1.0" encoding="utf-8"?>
<YAC_RetornoAutenticarConsorciado xmlns="http://www.cnpm.com.br/">
  <Return_Code>int</Return_Code>
  <ErrMsg>string</ErrMsg>
  <Pessoas>
    <YAC_RetornoPessoa>
      <ID_Pessoa>int</ID_Pessoa>
      <NM_Pessoa>string</NM_Pessoa>
      <Cotas>
        <YAC_RetornoCota d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <YAC_RetornoCota d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Cotas>
    </YAC_RetornoPessoa>
    <YAC_RetornoPessoa>
      <ID_Pessoa>int</ID_Pessoa>
      <NM_Pessoa>string</NM_Pessoa>
      <Cotas>
        <YAC_RetornoCota d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <YAC_RetornoCota d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Cotas>
    </YAC_RetornoPessoa>
  </Pessoas>
</YAC_RetornoAutenticarConsorciado>