Criar Indicação
Criar Indicação
POST
https://api.gestao.plus/user-indication
Nesta rota você pode criar indicações.
Headers
Name
Type
Description
Origin*
string
URL de origem da requisição
Authorization*
string
Autenticação no modelo "Bearer Token"
Request Body
Name
Type
Description
email*
string
Email do indicado
cellphone*
string
Celular
phone*
string
Telefone do Indicado
document*
string
CPF ou CNPJ
name*
string
Nome do indicado
{
"name": "GESTAO ONLINE E SOLUCOES EM SOFTWARE LTDA",
"document": "123123123112",
"phone": "12312312312",
"cellphone": "12312312312",
"email": "[email protected]",
"_links": {
"self": {
"href": "https://api.gestao.plus/user-indication"
}
}
}
Last updated
Was this helpful?