...

Code Block
languagexml
themeRDark
firstline1
titleCadastrar - CentroDeCustoRequest
linenumberstrue
Request
            
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br"  xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:CadastrarAtualizarCentroDeCusto>
         <tms:auth>
            <tms:Usuario>eadiante<Usuario>tms.exemplo</tms:Usuario>
            <tms:Senha>v0hXPKblaBsSenha>v0hXPK4234bla2Bs=</tms:Senha>
            <tms:Token i:nil="true" />
         </tms:auth>
         <tms:centro>
            <tms:Instrucao>2</tms:Instrucao>
            <tms:IdCentroDeCusto i:nil="true" />
            <tms:Codigo>7095</tms:Codigo>
            <tms:Descricao>TimeDeIntegração</tms:Descricao>
            <tms:Comentario>Custos relacionados ao Time de Integração.</tms:Comentario>
            <tms:Ativo>true</tms:Ativo>
         </tms:centro>
      </tms:CadastrarAtualizarCentroDeCusto>
   </soapenv:Body>
</soapenv:Envelope>       


Response
            

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <CadastrarAtualizarCentroDeCustoResponse xmlns="http://tmsfrete.v2.targetmp.com.br">
         <CadastrarAtualizarCentroDeCustoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Erro i:nil="true"/>
            <IdCentroDeCusto>149</IdCentroDeCusto>
            <Codigo>7095</Codigo>
            <Descricao>TimeDeIntegração</Descricao>
            <Comentario>Custos relacionados ao Time de Integração.</Comentario>
            <Ativo>true</Ativo>
         </CadastrarAtualizarCentroDeCustoResult>
      </CadastrarAtualizarCentroDeCustoResponse>
   </s:Body>
</s:Envelope>

...

Code Block
languagexml
themeRDark
firstline1
titleAtualizar - CentroDeCustoRequest
linenumberstrue
Request
            
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br"  xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:CadastrarAtualizarCentroDeCusto>
         <tms:auth>
            <tms:Usuario>eadiante<Usuario>tms.exemplo</tms:Usuario>
            <tms:Senha>v0hXPKblaBsSenha>v0hXPK4234bla2Bs=</tms:Senha>
            <tms:Token i:nil="true" />
         </tms:auth>
         <tms:centro>
            <tms:Instrucao>1</tms:Instrucao>
            <tms:IdCentroDeCusto i:nil="true" />
            <tms:Codigo>7095</tms:Codigo>
            <tms:Descricao>TimeDeIntegração</tms:Descricao>
            <tms:Comentario>Custos relacionados ao Time de Integração, tais como: colaboradores; computadores.</tms:Comentario>
            <tms:Ativo>true</tms:Ativo>
         </tms:centro>
      </tms:CadastrarAtualizarCentroDeCusto>
   </soapenv:Body>
</soapenv:Envelope>       


Response
            

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <CadastrarAtualizarCentroDeCustoResponse xmlns="http://tmsfrete.v2.targetmp.com.br">
         <CadastrarAtualizarCentroDeCustoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Erro i:nil="true"/>
            <IdCentroDeCusto>149</IdCentroDeCusto>
            <Codigo>7095</Codigo>
            <Descricao>TimeDeIntegração</Descricao>
            <tms:Comentario>Custos relacionados ao Time de Integração, tais como: colaboradores; computadores.</tms:Comentario>
            <Ativo>true</Ativo>
         </CadastrarAtualizarCentroDeCustoResult>
      </CadastrarAtualizarCentroDeCustoResponse>
   </s:Body>
</s:Envelope>

...

Code Block
languagexml
themeRDark
firstline1
titleAnular - CentroDeCustoRequest
linenumberstrue
Request
            
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br"  xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:CadastrarAtualizarCentroDeCusto>
         <tms:auth>
            <tms:Usuario>eadiante<Usuario>tms.exemplo</tms:Usuario>
            <tms:Senha>v0hXPKblaBsSenha>v0hXPK4234bla2Bs=</tms:Senha>
            <tms:Token i:nil="true" />
         </tms:auth>
         <tms:centro>
            <tms:Instrucao>4</tms:Instrucao>
            <IdCentroDeCusto>149</IdCentroDeCusto>
         </tms:centro>
      </tms:CadastrarAtualizarCentroDeCusto>
   </soapenv:Body>
</soapenv:Envelope>    


Response

...