Versions Compared

Key

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

Objetivo

Esse método tem como objetivo, atualizar o cadastro de um Equiparado.


Info
titleObservações Importantes





Método

Abaixo, segue o método - 'AtualizarEquiparado'.

Code Block
languagexml
themeRDark
firstline1
titleatualizarEquiparadoRequest
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:AtualizarEquiparado>
         <tem:atualizarEquiparadoRequest>
            <tar:RNTRC>?</tar:RNTRC>
            <tar:CNPJ>?</tar:CNPJ>
            <tar:RazaoSocial>?</tar:RazaoSocial>
            <tar:InscricaoEstadual>?</tar:InscricaoEstadual>
            <tar:InscricaoMunicipal>?</tar:InscricaoMunicipal>
            <tar:NomeFantasia>?</tar:NomeFantasia>
            <tar:DataInscricao>?</tar:DataInscricao>
            <tar:AtividadeEconomica>?</tar:AtividadeEconomica>
            <tar:Logradouro>?</tar:Logradouro>
            <tar:NumeroEndereco>?</tar:NumeroEndereco>
            <tar:Complemento>?</tar:Complemento>
            <tar:Bairro>?</tar:Bairro>
            <tar:CEP>?</tar:CEP>
            <tar:CodigoIBGEMunicipio>?</tar:CodigoIBGEMunicipio>
            <tar:TelefoneFixo>?</tar:TelefoneFixo>
            <tar:TelefoneCelular>?</tar:TelefoneCelular>
            <tar:Email>?</tar:Email>
            <tar:Login>?</tar:Login>
            <tar:CodigoBanco>?</tar:CodigoBanco>
            <tar:CodigoAgencia>?</tar:CodigoAgencia>
            <tar:DigitoAgencia>?</tar:DigitoAgencia>
            <tar:ContaCorrente>?</tar:ContaCorrente>
            <tar:DigitoContaCorrente>?</tar:DigitoContaCorrente>
            <tar:NomeContato>?</tar:NomeContato>
            <tar:CargoContato>?</tar:CargoContato>
            <tar:CPFCNPJContato>?</tar:CPFCNPJContato>
            <tar:TelefoneFixoContato>?</tar:TelefoneFixoContato>
            <tar:TelefoneCelularContato>?</tar:TelefoneCelularContato>
            <tar:EmailContato>?</tar:EmailContato>
            <tar:DataNascimentoContato>?</tar:DataNascimentoContato>
            <tar:RGContato>?</tar:RGContato>
            <tar:OrgaoExpedidorContato>?</tar:OrgaoExpedidorContato>
         </tem:atualizarEquiparadoRequest>
      </tem:AtualizarEquiparado>
   </soapenv:Body>
</soapenv:Envelope>