...

Info
titleObservaçõ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

BuscaCombustivelAvulsoCartaoRequest
CampoTipoObrigatórioDescriçãoObservação







Response

BuscaCombustivelAvulsoCartaoResponse
CampoTipoObrigatórioDescriçãoObservação






Método

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

Code Block
languagexml
themeRDark
firstline1
titleBuscaCombustivelAvulsoCartaoRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarCombustivelAvulsoCartao>
         <tms:auth>
            <tms:Usuario>?</tms:Usuario>
            <tms:Senha>?</tms:Senha>
            <tms:Token>?</tms:Token>
         </tms:auth>
         <tms:buscaCombustivelAvulso>
            <tms:QuantidadeItensPorPagina>?</tms:QuantidadeItensPorPagina>
            <tms:NumeroPagina>?</tms:NumeroPagina>
            <tms:DataInicioPeriodo>?</tms:DataInicioPeriodo>
            <tms:DataFimPeriodo>?</tms:DataFimPeriodo>
            <tms:IdTransacao>?</tms:IdTransacao>
         </tms:buscaCombustivelAvulso>
      </tms:BuscarCombustivelAvulsoCartao>
   </soapenv:Body>
</soapenv:Envelope>