PUT ./classes

Used to update properties of a class.

For now only the information required for the classbook can be updated.

PUT parameters

NameValue TypeValidationDetails
clIDintrequiredClass ID.
astIDintID of study year
clLiterastringrequired?Letter of class to be appended to study year. Is required if astID is set
spIDintID of speciality
ctIDintID of class type
clRoomIDintoptionalID of room
clBranchstringBranch
clProfilestringProfile
clProfessionalQualificationstringclProfessionalQualification
clTrainingFieldstringclTrainingField
clQualificationLevelstringclQualificationLevel
clClassbookSignersDirectorintId of the teacher that signs as the Director.
clClassbookSignersSecretaryintId of the teacher that signs as the Secretary.
clClassbookSignersHeadTeacherintId of the teacher that signs as the HeadTeacher
clClassbookSignedDatedaterfc_dateDate that the classbook is signed.

Validation

Error FieldError CodeError Message
clID101Invalid clID.

Output example

{
"result": true
}