DOCUMENTAÇÃO CORPORATIVA

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Objetivo

Esse método tem como objetivo realizar a busca de cartões por portador.


Observações Importantes

  1. Não é possível realizar rajadas para esse método, a TARGET limita uma quantidade X de requisições por minuto, aconselhamos requisições por demanda.

Request

Request
CampoTipoObrigatórioDescriçãoObservação
1




3




Response

Request
CampoTipoObrigatórioDescriçãoObservação
1




3




Método

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

BuscaCartoesRequest
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarCartoesPortador>
         <tms:auth>
            <tms:Usuario>?</tms:Usuario>
            <tms:Senha>?</tms:Senha>
            <tms:Token>?</tms:Token>
         </tms:auth>
         <tms:buscaRequest>
            <tms:CPFCNPJ>?</tms:CPFCNPJ>
         </tms:buscaRequest>
      </tms:BuscarCartoesPortador>
   </soapenv:Body>
</soapenv:Envelope>
  • No labels