Cadastro

Autenticação Básica

Cadastro CRM Clube Leve Mais

POST https://api.superpaguemenos.com.br/v2/clientes/novo

Esta rota permite cadastrar uma pessoa no Clube Leve Mais

Headers

Name
Type
Description

Content-Type

string

application/json

Authorization

string

Basic $token

Request Body

Name
Type
Description

nome

string

nome

cpf

string

cpf

rg

string

rg

orga

string

rg_emissor

nascimento

string

aniversario

sexo

string

sexo

cep

string

cep

cidad

string

cidade

uf

string

estado

rua

string

rua

numero

string

numero

bairro

string

bairro

complemento

string

complemento

email

string

email

dddtel

string

telefone_ddd

tel

string

telefone_numero

dddcel

string

celular_ddd

cel

string

celular_numero

senha

string

senha

permEmail

string

"on" ? "S" : "N"

permSms

string

"on" ? "S" : "N"

hash

string

"URL origem do cadastro"

{
    "redirect": "http://www.clubelevemais.com.br/completed.php"
}

Last updated