Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Objetivo

Esse método tem como objetivo, realizar a busca .


Info
titleObservações Importantes





Método

Abaixo, segue o método - 'BuscarCartoesPortador'.

Code Block
languagexml
themeRDark
firstline1
titleBuscaCartoesRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:tar="http://schemas.datacontract.org/2004/07/TARGET.VectioFrete.Application.WCF.Contracts.External">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:BuscarCartoesPortador>
         <tem:buscaRequest>
            <tar:CPFCNPJ>?</tar:CPFCNPJ>
         </tem:buscaRequest>
      </tem:BuscarCartoesPortador>
   </soapenv:Body>
</soapenv:Envelope>