Objetivo
Esse método tem como objetivo Anular uma Operação de Transporte.
Info |
---|
title | Observações Importantes |
---|
|
|
Método
Abaixo, segue o método - 'AnularOperacao'.
Code Block |
---|
language | xml |
---|
theme | RDark |
---|
firstline | 1 |
---|
title | AnulacaoOperacaoTransporteRequest |
---|
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:AnularOperacao>
<tem:anulacaoRequest>
<tar:IdOperacaoTransporte>?</tar:IdOperacaoTransporte>
</tem:anulacaoRequest>
</tem:AnularOperacao>
</soapenv:Body>
</soapenv:Envelope> |