POST ./note/activitate
It is used to add a plus / minus to an activity.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| e2mID | int | Required | ID to student association to a subject. |
| aojTip | int | Required | values[1,2]; Activiti type: 1 = +, 2 = -; |
| sanID | int | Requried | Semester ID. The semester shoudl be the current one. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| e2mID | 101 | Invalid e2mID. |
| sanID | 103 | Invalid sanID. |
Output example
{"result": true,"aojID": 15681}
