Create a report card subject

Creates a root or child subject using the report-card subject configuration submitted by the frontend.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired<=255 characters
parent_idinteger or nullOptional
sort_orderinteger or nullOptional
default_grading_scale_type_idinteger or nullOptional
default_min_valueinteger or nullOptional
default_max_valueinteger or nullOptional

Response

Subject was created and its identifier returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error