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 2 Next »

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


Observações Importantes





Método

centroDeCustoRequest
<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>


  • No labels