Versions Compared

Key

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

Objetivo


Info
titleObservações Importantes



Request

Request
CampoTipoObrigatórioDescriçãoObservação
1




2





Response

Request
CampoTipoObrigatórioDescriçãoObservação
1




2





Método

Code Block
languagexml
themeRDark
firstline1
titleCombustivelAvulsoCartaoRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:RealizarPagamentoCombustivelAvulsoCartao>
         <tms:auth>
            <tms:Usuario>?</tms:Usuario>
            <tms:Senha>?</tms:Senha>
            <tms:Token>?</tms:Token>
         </tms:auth>
         <tms:combustivelAvulso>
            <tms:NumeroCartao>?</tms:NumeroCartao>
            <tms:Valor>?</tms:Valor>
            <tms:Comentario>?</tms:Comentario>
            <tms:IdCentroDeCusto>?</tms:IdCentroDeCusto>
            <tms:NSU>?</tms:NSU>
            <tms:IdIntegrador>?</tms:IdIntegrador>
            <tms:ProcessarManualmente>?</tms:ProcessarManualmente>
            <tms:NumeroDocumentoEmbarque>?</tms:NumeroDocumentoEmbarque>
            <tms:Placa>?</tms:Placa>
            <tms:ItemFinanceiro>?</tms:ItemFinanceiro>
         </tms:combustivelAvulso>
      </tms:RealizarPagamentoCombustivelAvulsoCartao>
   </soapenv:Body>
</soapenv:Envelope>