Esse método tem como objetivo, atualizar um Centro de Custo que já foi previamente cadastrado.
Info |
---|
title | Observações Importantes |
---|
|
|
Método
Code Block |
---|
language | xml |
---|
theme | RDark |
---|
firstline | 1 |
---|
title | centroDeCustoRequest |
---|
linenumbers | true |
---|
|
<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> |