Versions Compared

Key

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

Objetivo

Esse método tem como objetivo listar as rotas ativas.


Info
titleObservações Importantes



Request

ListarRotaClienteRequest
CampoTipoObrigatórioDescriçãoObservação
1





Response


ListarRotaClienteResponse
CampoTipoObrigatórioDescriçãoObservação
1






Método

Abaixo, segue método - 'ListarRotaClienteRequest.

Code Block
languagexml
themeRDark
firstline1
titleListarRotaClienteRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:ListarRotas>
         <tms:auth>
            <tms:Usuario>?</tms:Usuario>
            <tms:Senha>?</tms:Senha>
            <tms:Token>?</tms:Token>
         </tms:auth>
         <tms:listarRotasRequest>
            <tms:CodigoIBGEOrigem>?</tms:CodigoIBGEOrigem>
            <tms:CodigoIBGEDestino>?</tms:CodigoIBGEDestino>
            <tms:NumeroPagina>?</tms:NumeroPagina>
            <tms:QuantidadeItensPorPagina>?</tms:QuantidadeItensPorPagina>
         </tms:listarRotasRequest>
      </tms:ListarRotas>
   </soapenv:Body>
</soapenv:Envelope>