POST ./note/recover
It is used to recover a deleted grade.
The recovery is possible only by the teacher that deleted the grade and less than a minute from the deletion.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| notaAnulataID | int | Required | The id of canceled grade. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| notaAnulataID | 101 | Invalid notaAnulataID. |
Output example
{"result": true}
