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

Objetivo

Esse método tem como objetivo realizar a associação do cartão a uma Empresa.


Observações Importantes




Método

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

AssociarCartaoEmpresaRequest
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:AssociarCartaoEmpresa>
         <tem:cnpjEtc>?</tem:cnpjEtc>
         <tem:numeroCartao>?</tem:numeroCartao>
      </tem:AssociarCartaoEmpresa>
   </soapenv:Body>
</soapenv:Envelope>
  • No labels