For the complete documentation index, see llms.txt. This page is also available as Markdown.

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@gestao.plus",
    "_links": {
        "self": {
            "href": "https://api.gestao.plus/user-indication"
        }
    }
}
{
    "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
    "title": "Bad Request",
    "status": 400,
    "detail": "The user is already indicated"
}

Last updated