POST ./medii/msm

It is used to modify a semestrial average for a subject.

If the parameter msmValoare is empty, the current average will be deleted and a new average will be recalculated after the grades.

POST parameters

NameValue TypeValidationDetails
e2mIDintRequiredAssociation ID between a subject and a student.
sanIDintRequiredSemester ID.
msmValoarefloatOptionalAverage value. Or empty for the recalculation.

Validation

Error FieldError CodeError Message
e2mID101Invalid e2mID.
sanID101Invalid sanID.
msmValoare101msmValoare not in range.

Output example

{
"result": true
}