Save report-card marks

Creates or updates one student’s report-card entry for a batch, upserting subject marks and comments and removing blank subject entries.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
report_card_batch_idintegerRequired
student_idintegerRequired
general_commentsstring or nullOptional
subject_entrieslist of objectsOptional

Response

Entry saved; data contains its id.

statusstring
messagestring
dataobject

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error