Save report-card marks
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_id
student_id
general_comments
subject_entries
Response
Entry saved; data contains its id.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

