Objetivo
Esse método tem como objetivo, retificar as placas de uma determinada Operação de Transporte.
Observações Importantes
Método
Abaixo, segue o método - 'RetificarPlacasOperacao'.
RetificarPlacasOperacaoRequest
<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:RetificarPlacasOperacao> <tem:retificacaoPlacasRequest> <tar:CodigoOperacao>?</tar:CodigoOperacao> <tar:Veiculos> <tar:OperacaoTransporteVeiculoRequest> <tar:Placa>?</tar:Placa> <tar:RNTRC>?</tar:RNTRC> </tar:OperacaoTransporteVeiculoRequest> </tar:Veiculos> </tem:retificacaoPlacasRequest> </tem:RetificarPlacasOperacao> </soapenv:Body> </soapenv:Envelope>