Create a report card term

Creates a SchoolSet report card term for an academic year and optionally attaches school structure nodes and classes to the new term.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
academic_year_idintegerRequired
namestringRequired<=255 characters
start_datedateRequired
end_datedateRequired
activebooleanOptional
nodeslist of integersOptional
classeslist of integersOptional
orderinteger or nullOptional>=1

Response

Report card term was created.
statusstring
messagestring
datalist of any

Errors

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