...

Code Block
languagexml
themeRDark
firstline1
titleBuscaCentroDeCustoRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarCentroDeCusto>
         <tms:auth>
            <tms:Usuario>?</tms:Usuario>
            <tms:Senha>?</tms:Senha>
            <tms:Token>?</tms:Token>
         </tms:auth>
         <tms:buscaCentro>
            <tms:QuantidadeItensPorPagina>?</tms:QuantidadeItensPorPagina>
            <tms:NumeroPagina>?</tms:NumeroPagina>
            <tms:IdCentroDeCusto>?</tms:IdCentroDeCusto>
            <tms:Codigo>?</tms:Codigo>
            <tms:Ativo>?</tms:Ativo>
         </tms:buscaCentro>
      </tms:BuscarCentroDeCusto>
   </soapenv:Body>
</soapenv:Envelope>

Exemplo

Abaixo, segue exemplo do request do método - 'BuscarCentroDeCusto'.

Code Block
languagexml
themeRDark
firstline1
titleBuscaCentroDeCustoRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarCentroDeCusto>
         <tms:auth>
            <tms:Usuario>tms.target</tms:Usuario>
            <tms:Senha>01010101</tms:Senha>
            <tms:Token i:nil = "true"/>
         </tms:auth>
         <tms:buscaCentro>
            <tms:QuantidadeItensPorPagina>?</tms:QuantidadeItensPorPagina>
            <tms:NumeroPagina>?</tms:NumeroPagina>
            <tms:IdCentroDeCusto>?</tms:IdCentroDeCusto>
            <tms:Codigo>?</tms:Codigo>
            <tms:Ativo>?</tms:Ativo>
         </tms:buscaCentro>
      </tms:BuscarCentroDeCusto>
   </soapenv:Body>
</soapenv:Envelope>

Exemplo

Abaixo, segue exemplo do responsedo método - 'BuscarCentroDeCusto'.

Code Block
languagexml
themeRDark
firstline1
titleBuscaCentroDeCustoRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:BuscarCentroDeCusto>
         <tms:auth>
            <tms:Usuario>?</tms:Usuario>
            <tms:Senha>?</tms:Senha>
            <tms:Token>?</tms:Token>
         </tms:auth>
         <tms:buscaCentro>
            <tms:QuantidadeItensPorPagina>?</tms:QuantidadeItensPorPagina>
            <tms:NumeroPagina>?</tms:NumeroPagina>
            <tms:IdCentroDeCusto>?</tms:IdCentroDeCusto>
            <tms:Codigo>?</tms:Codigo>
            <tms:Ativo>?</tms:Ativo>
         </tms:buscaCentro>
      </tms:BuscarCentroDeCusto>
   </soapenv:Body>
</soapenv:Envelope>