Create a school class

Creates a school class for a batch with optional level and description details.

Authentication

AuthorizationBearer

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

Request

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

Response

The school class was created successfully.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

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