POST ./note

It is used to add a grade.

The parameter notaTip can have the following values:

  • 1 = oral examination
  • 2 = thesis
  • 3 = second examination
  • 4 = initial testing
  • 5 = specialized exam
  • 6 = final testing
  • 7 = test
  • 8 = simulation
  • 9 = project

POST parameters

NameValue TypeValidationDetails
e2mIDintRequiredID to student association to a subject.
sanIDintRequiredSemester ID.
notaDatastringRequiredDate of the grade.
notaValoarefloatRequiredGrades value.
notaTipintRequiredType of grade.
notaObsstringOptionalObservation for the grade.

Validation

Error FieldError CodeError Message
e2mID101Invalid e2mID.
e2mID102Invalid e2mID. Check permissions.
sanID101Invalid sanID.
sanID102Not in san date interval.
notaData101Invalid notaData.
notaData102notaData not in san data range.
notaData103notaData is in the future.
notaValoare101Invalid notaValoare.
notaValoare102notaValoare not in range.
notaValoare103Missing number too high. Only when behavior average, if the number of unexcused absences is too high for the grade.

Output example

{
"notaID": 8065
}