- Page Content
- Introduction
- Input format
- Output format
Name: AutoCadastroContrateJa
The purpose of this function is to allow a QualiSign Portal partner to register new clients.
Input format:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<eDOC>
<ContrateJa>
<IDParceiro></IDParceiro>
<TipoPessoa></TipoPessoa>
<Empresa CNPJ="" RazaoSoc ="" NomeFantasia ="" Endereco="" CEP="" Bairro="" Cidade="" Estado="" Pais="" NomeTecnico="" emailTecnico="" NomeCobranca="" emailCobranca="" />
<Usuario CPF="" Nome="" Sexo="" IdLogon="" email="" >
</eDOC>
Parameter | Format | Required | Description |
---|---|---|---|
IDParceiro | Text | Y | Identification of the previously registered partner |
TipoPessoa | Text | Y | Define if the inclusion will be from the Legal Entity or Private Individual |
CNPJ | Text | Y | CNPJ of the company to be registered |
Razao Social | Text | Y | Company's Corporate Name |
Nome Fantasia | Text | Y | Company identification name |
Endereco | Text | Y | Company's address |
CEP | Text | Y | Company's zip code |
Bairro | Text | Y | Company's neighborhood |
Cidade | Text | Y | City |
Estado | Text | Y | State (location) |
Pais | Numeric | Y | Country (code) |
Nome Tecnico | Text | N | Company's technical identification |
Email Tecnico | Text | N | Technical contact |
Nome Cobranca | Text | N | Identification of the collection area |
Email Cobranca | Text | N | Collection area contact |
CPF | Text | Y | Administrator user CPF (must be informed in both Legal Entity and Private Individual registrations) |
Nome | Text | Y | Name of administrador user |
Sexo | Text | Y | Sex of the administrator user |
IdLogon | Text | N | Identification of the user to login in the portal |
Text | Y | Administrator user contact |
Output format:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<documentoeletronico>
<CodErro />
<MsgErro />
</documentoeletronico>
Parameter | Format | Description |
---|---|---|
CodErro | Numeric | Error code (See Error codes) |
MsgErro | Text | Error message |