Versions Compared

Key

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

Esse método tem como objetivo, atualizar um Centro de Custo que já foi previamente cadastrado.


Info
titleObservações Importantes





Método

Code Block
languagexml
themeRDark
firstline1
titlecentroDeCustoRequest
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:tar="http://schemas.datacontract.org/2004/07/TARGET.VectioFrete.Application.WCF.Contracts.External">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:AtualizarCentroDeCusto>
         <tem:centroDeCusto>
            <tar:IdCentroDeCusto>?</tar:IdCentroDeCusto>
            <tar:Codigo>?</tar:Codigo>
            <tar:Descricao>?</tar:Descricao>
            <tar:Comentario>?</tar:Comentario>
            <tar:Ativo>?</tar:Ativo>
         </tem:centroDeCusto>
      </tem:AtualizarCentroDeCusto>
   </soapenv:Body>
</soapenv:Envelope>