Cadastrar gerente(s) em uma ilha
POST
/api/v2/telemarketing/ilhas/manager
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://demo.corbee.com.br/api/v2/telemarketing/ilhas/manager' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_ilha": 300,
"gerentes": [
2,
539
]
}'
Response Response Example
{
"status": true,
"data": {
"id": 300,
"nome_ilha": "Ilhabela (SAMPA)",
"area": "Sistema Interno",
"franquia_vinculada": 0,
"status": "A",
"gerentes": [
{
"id": 2,
"nome": "ANA JULIA"
},
{
"id": 539,
"nome": "MARCOS COSTA"
}
]
}
}
Requisição
Parâmetros Bodyapplication/json