Criação de Organização.

Endpoint destinado a criação de organização na plataforma Eattake.

POST {{uri}}/createOrganization

Headers

Name
Type
Description

Content-Type

string

application/json

Request Body

Name
Type
Description

TOKEN

string

Token de autenticação

USER_ID

number

ID do usuário que está fazendo a requisição

P_NRORG

number

Nrorg referente a organização

P_NAME

string

Nome da organização

P_EMAIL

string

E-mail to usuário

P_FIRST_NAME

string

Primeiro nome do usuário

P_LAST_NAME

string

Sobrenome do usuário

P_URL

string

URL de acesso da organização

{"dataset":{"organization":["ORGANIZATION CREATED SUCCESSFULLY"]}}

Exemplo de body

{
    "requestType": "Row",
    "row": {
        "TOKEN": "X",
        "USER_ID": "X",
        "P_NRORG": "X",
        "P_NAME": "X",
        "P_EMAIL": "X",
        "P_FIRST_NAME": "X",
        "P_LAST_NAME": "X",
        "P_URL": "X"
    }
}

Last updated

Was this helpful?