Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Informações
titleExemplo de Chamada do Método


1 - Chamada do método AtualizarVinculoCartaLGPDLC_Integracao


Bloco de código
titleChamada:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:liv="http://LiveConnector/" xmlns:ren="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data" xmlns:ren1="http://schemas.datacontract.org/2004/07/Rentech.PracticoLive.Connector.Objects">
   <soapenv:Header/>
   <soapenv:Body>
      <liv:AtualizarVinculoCartaLGPDLC_Integracao>
         <liv:identificacao>
            <ren1:Chave>6b2ecc84-04c8-4f67-8795-0f5edfd8fc66</ren1:Chave>
            <ren1:CodigoSistemaSatelite>xxxxxxxxxx</ren1:CodigoSistemaSatelite>
            <ren1:Documentos>
              <ren1:LC_VinculoCartaLGPD>
                  <ren1:Aceite>1</ren1:Aceite>
                  <ren1:CpfCnpj>77777777777</ren1:CpfCnpj>
                  <ren1:DataAceite>16/07/2021 09:14:00</ren1:DataAceite>
              </ren1:LC_VinculoCartaLGPD>
			  <ren1:LC_VinculoCartaLGPD>
                  <ren1:Aceite>1</ren1:Aceite>
                  <ren1:CpfCnpj>99999999999</ren1:CpfCnpj>
                  <ren1:DataAceite>20/05/2021</ren1:DataAceite>
              </ren1:LC_VinculoCartaLGPD>
			</ren1:Documentos>
            <ren1:TipoEntidadeID>1</ren1:TipoEntidadeID>
         </liv:identificacao>
      </liv:AtualizarVinculoCartaLGPDLC_Integracao>
   </soapenv:Body>
</soapenv:Envelope>
Bloco de código
titleRetorno :
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
	<s:Body>
      <AtualizarVinculoCartaLGPDLC_IntegracaoResponse xmlns="http://LiveConnector/">
         <AtualizarVinculoCartaLGPDLC_IntegracaoResult xmlns:a="http://schemas.datacontract.org/2004/07/Rentech.PracticoLive.Connector.Objects" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <a:LC_StatusVinculoCartaLGPD>
               <a:CpfCnpj>77777777777</a:CpfCnpj>
               <a:DescricaoErro/>
               <a:Sucesso>true</a:Sucesso>
            </a:LC_StatusVinculoCartaLGPD>
            <a:LC_StatusVinculoCartaLGPD>
               <a:CpfCnpj>99999999999</a:CpfCnpj>
               <a:DescricaoErro/>
               <a:Sucesso>true</a:Sucesso>
            </a:LC_StatusVinculoCartaLGPD>
         </AtualizarVinculoCartaLGPDLC_IntegracaoResult>
      </AtualizarVinculoCartaLGPDLC_IntegracaoResponse>
   </s:Body>
</s:Envelope>

...