Objetivo
Esse método tem como objetivo, listar rotas por código IBGE.
Info |
---|
title | Observações Importantes |
---|
|
|
Método
Abaixo, segue o método - 'ListarRotasPorClienteIBGE'.
Code Block |
---|
language | xml |
---|
theme | RDark |
---|
firstline | 1 |
---|
title | ListarRotasPorClienteIBGERequest |
---|
linenumbers | true |
---|
|
<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:ListarRotasPorCodigoIBGE>
<tem:listarRotasRequest>
<tar:CodigoIBGEOrigem>?</tar:CodigoIBGEOrigem>
<tar:CodigoIBGEDestino>?</tar:CodigoIBGEDestino>
</tem:listarRotasRequest>
</tem:ListarRotasPorCodigoIBGE>
</soapenv:Body>
</soapenv:Envelope> |