Create organization_degree_list

POST /api/v1/organization_degree_lists
application/json

Body

  • Hide organization_degree_list attribute Show organization_degree_list attribute object
    • jabatan string Required

      Minimum length is 3, maximum length is 15.

Responses

POST /api/v1/organization_degree_lists
curl \
 -X POST http://127.0.0.1:3000//api/v1/organization_degree_lists \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"organization_degree_list":{"jabatan":"Ketua"}}'
Request example
{
  "organization_degree_list": {
    "jabatan": "Ketua"
  }
}