Versions Compared

Key

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

...

Code Block
breakoutModewide
languagexml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarItemReguaImposto>
         <tms:auth>
            <tms:Usuario>?<Usuario>targetmp.com</tms:Usuario>
            <tms:Senha>?*****</tms:Senha>
            <tms:Token>?</tms:Token>Token i:nil="true" />
         </tms:auth>
         <tms:buscaItemReguaImposto>
            <tms:QuantidadeItensPorPagina>?<QuantidadeItensPorPagina>99</tms:QuantidadeItensPorPagina>
            <tms:NumeroPagina>?<NumeroPagina>1</tms:NumeroPagina>
            <tms:IdReguaImpostos>?<IdReguaImpostos>1151</tms:IdReguaImpostos>
            <tms:TipoImposto>?<TipoImposto>2</tms:TipoImposto>
            <tms:AnoVigencia>?<AnoVigencia>2020</tms:AnoVigencia>
            <tms:OrdemFaixa>?<OrdemFaixa>1</tms:OrdemFaixa>
            <tms:Ativo>?<Ativo>true</tms:Ativo>
         </tms:buscaItemReguaImposto>
      </tms:BuscarItemReguaImposto>
   </soapenv:Body>
</soapenv:Envelope>