Search "person/create/options/person-branch/branch"
person/create/options/person-branch/branch
Opções de Filial
GET
http://cftv.barradorio.com.br:8080/api/person/create/options/person-branch/branch
Header Input
Requer autenticação de usuário e acesso em um recurso específico.
internal middleware parameters [person.person.read]
{
"description": "Autenticação",
"type": "@OneOf",
"schema": {
"token": "Token de autenticação de usuário"
}
}
Output
{
"type": "success",
"content": "@"
}
where output @ is
{
"description": "Opções",
"type": "@OneOf",
"schema": {
"options": {
"description": "Filial",
"type": "@ManyOf",
"schema": {
"id": "Identificação",
"name": "Descrição"
}
},
"total": "Total de Registros"
}
}
Output Exception
{
"type": "exception",
"message": "@"
}
where ouput exception @ is equal the string message