Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<tms:ComprarPedagioAvulso>
<tms:auth>
<tms:Usuario>tms.exemplo</tms:Usuario>
<tms:Senha>v0hXPrwerKblaBs=</tms:Senha>
<tms:Token i:nil="true" />
</tms:auth>
<tms:compraRequest>
<tms:IdModoCompraValePedagio>1</tms:IdModoCompraValePedagio>
<tms:IdRotaModelo i:nil="true" />
<tms:CodigoCategoriaVeiculo>11</tms:CodigoCategoriaVeiculo>
<tms:MunicipioOrigemCodigoIBGE i:nil="true" />
<tms:MunicipioDestinoCodigoIBGE i:nil="true" />
<tms:Placa>QIK7253</tms:Placa>
<tms:NumeroCartao>4198071037614018</tms:NumeroCartao>
<tms:MotoristaNome>CARLOS ALBERTO VIEIRA BUENO</tms:MotoristaNome>
<tms:MotoristaCPF>44678908072</tms:MotoristaCPF>
<tms:MotoristaRNTRC i:nil="true" />
<tms:IdIntegrador>0001473635</tms:IdIntegrador>
<tms:CodigoCentroDeCusto i:nil="true" />
<tms:NumeroDocumentoEmbarque i:nil="true" />
<tms:ItemFinanceiro i:nil="true" />
<tms:InicioVigencia>2018-08-28</tms:InicioVigencia>
<tms:FimVigencia>2018-09-17</tms:FimVigencia>
<ValorPrevioCalculado>250.2</ValorPrevioCalculado>
<tms:CompraSimples>false</tms:CompraSimples>
<tms:IdOperacaoTransporte i:nil="true" />
<tms:DadosComplementares>
<tms:NomeUsuarioOperador i:nil="true" />
<tms:CpfUsuarioOperador i:nil="true" />
<tms:NomeFilialOperador i:nil="true" />
<tms:CnpjFilialOperador i:nil="true" />
<tms:LoginUsuarioOperador i:nil="true" />
</tms:DadosComplementares>
<tms:CargaDiferencial i:nil="true" />
</tms:compraRequest>
</tms:ComprarPedagioAvulso>
</soapenv:Body>
</soapenv:Envelope>
Response
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://tmsfrete.v2.targetmp.com.br/FreteTMSService/ComprarPedagioAvulsoResponse</Action>
</s:Header>
<s:Body>
<ComprarPedagioAvulsoResponse xmlns="http://tmsfrete.v2.targetmp.com.br">
<ComprarPedagioAvulsoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Erro i:nil="true" />
<Mensagem>Compra Vale Pedágio Cartão efetuada com sucesso!</Mensagem>
<IdCompraValePedagio>177796</IdCompraValePedagio>
<ValorCompra>250.2</ValorCompra>
<CodigoRegistroValePedagio>24220570</CodigoRegistroValePedagio>
</ComprarPedagioAvulsoResult>
</ComprarPedagioAvulsoResponse>
</s:Body>
</s:Envelope> |