Skip to main content
POST
/
resource
/
Department
Crear Department
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Department \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "department_name": "Computer Science",
  "company": "CUC University",
  "parent_department": "Engineering - CUC"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

department_name
string
required
company
string
required
parent_department
string
required

Response

200

Respuesta exitosa del servidor.