POST ./note/activitate

It is used to add a plus / minus to an activity.

POST parameters

NameValue TypeValidationDetails
e2mIDintRequiredID to student association to a subject.
aojTipintRequiredvalues[1,2]; Activiti type: 1 = +, 2 = -;
sanIDintRequriedSemester ID. The semester shoudl be the current one.

Validation

Error FieldError CodeError Message
e2mID101Invalid e2mID.
sanID103Invalid sanID.

Output example

{
"result": true,
"aojID": 15681
}