Create a school grade

Creates a grade in the active school using the selected batch.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
namestringRequired
batch_idintegerRequired
levelinteger or nullOptional
legal_grade_idinteger or nullOptional

Response

The newly created grade is returned in the success envelope.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error