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 2 Next »

Objetivo

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


Observações Importantes



Request

ListarRotaClienteRequest
CampoTipoObrigatórioDescriçãoObservação
1




Response


ListarRotaClienteResponse
CampoTipoObrigatórioDescriçãoObservação
1




Método

Abaixo, segue método - 'ListarRotaClienteRequest.

ListarRotaClienteRequest
<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>
  • No labels