POST ./materii

Used to add a school subject.

POST parameters

NameValue TypeValidationDetails
matNumestringrequiredSubject name.
matPrescurtarestringrequiredSubject short name.
matOptScutirebooloptionalStudents may be exempt.
matOptbooloptionalSubject is optional.
matRapoarteElevibooloptionalAllows student reports.
matRoomsIdsarrayoptionalRooms Ids

Validation

Error FieldError CodeError Message
matNume8The field can not exceed 100 characters in length.
matNume101The field must contain a unique value
matPrescurtare8The field can not exceed 50 characters in length.
matRoomsIds102Invalid room id

Output example

{
"result": true
}