Cadastro de ilhas
POST
/api/v2/telemarketing/ilhas
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://demo.corbee.com.br/api/v2/telemarketing/ilhas' \
--header 'Content-Type: application/json' \
--data-raw '{
"nome_ilha": "Ilhabela (SP)",
"area": "SI",
"gerentes": [
2,
3
],
"status": "A"
}'
Response Response Example
{
"status": true,
"data": {
"id": 300,
"nome_ilha": "Ilhabela (SP)",
"area": "Sistema Interno",
"franquia_vinculada": 0,
"status": "A",
"gerentes": [
{
"id": 2,
"nome": "PAULO DA SILVA"
}
]
}
}
Requisição
Parâmetros Bodyapplication/json