DOCUMENTAÇÃO CORPORATIVA

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Objetivo


Observações Importantes



Request

CombustivelAvulsoCartaoRequest
CampoTipoObrigatórioDescriçãoObservação
1




2




3




4




5




6




7




8




9




10




11





Response

CombustivelAvulsoCartaoResponse
CampoTipoObrigatórioDescriçãoObservação
1




2




3




4




Método

CombustivelAvulsoCartaoRequest
<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>
  • No labels