PUT ./repartizari

It is used to modify student association to a subject (e2mID)

PUT parameters

NameValue TypeValidationDetails
e2mIDintRequiredRepartition ID.
e2mElevAreTestareSpecialaintOptionalvalues[0,1]; The student may or may not take special testing.
e2mElevAreTezaintOptionalvalues[0,1]; The student will or will not defend the thesis.
e2mElevAreTITFintOptionalvalues[0,1]; The student will or will not defend the initial or final testing.
e2mElevAreSimulareintOptionalvalues[0,1]; The student will or will not take the simulation.

Validation

Error FieldError CodeError Message
e2mID101Invalid e2mID.
e2mElevAreTestareSpeciala101The student will defend the thesis.
e2mElevAreTestareSpeciala102The student already has a grade at the special testing.
e2mElevAreTeza101The student will defend the special testing.
e2mElevAreTeza101The student has a grade for the thesis.
e2mElevAreTITF101The student has a grade for the initial or final testing.
e2mElevAreSimulare101The student has a grade for the simulation.

Output example

{
"result": true
}