Versions Compared

Key

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

Objetivo

Esse método tem como objetivo, cancelar uma compra de Vale-Pedágio pendente.


Info
titleObservações Importantes




CancelarCompraValePedagioPendenteRequest
CampoTipoObrigatórioDescriçãoObservação
1IdCompraValePedagiointSimCódigo identificador da Compra no Sistema Target FreteN/A
2TipoCompraValePedagiointSimTipo da Compra de Vale-Pedágio1= Cartão
2= Via-Fácil
CancelarCompraValePedagioPendenteResponse
CampoTipoObrigatórioDescriçãoObservação
0Sucessobool (true || false)NãoConfirmação se o cadastro foi efetivado com sucesso.N/A
0MensagemRetornostringNãoMensagem indicando o tipo de retorno da função.N/A



Método

Abaixo, segue o método - 'CancelarCompraValePedagioPendente'.

Code Block
languagexml
themeRDark
firstline1
titleCancelarCompraValePedagioPendenteRequest
linenumberstrue
<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:CancelarCompraValePedagioPendente>
         <tem:cancelamentoRequest>
            <tar:CodigoCompraValePedagio>?</tar:CodigoCompraValePedagio>
            <tar:TipoCompraValePedagio>?</tar:TipoCompraValePedagio>
         </tem:cancelamentoRequest>
      </tem:CancelarCompraValePedagioPendente>
   </soapenv:Body>
</soapenv:Envelope>