It is used to modify the details for a student with the following:
The parameters elevSex, elevDataNasterii, elTel, elEmail can be modified by student too.
The parameters elevSex, elevDataNasterii can be modified also by parent, if the student is in kindergarten or on primary school.
The parameters elTelChID, elTelChResponse will become mandatory if the parameter elTel is present in the request and it's not empty. It can be obtain from obtain from POST ./auth/challenge_phone with the intent edit.
The parameters elEmailChID, elEmailChResponse will become mandatory if the parameter elEmail is present in the request and it's not empty. It can be obtain from obtain from POST ./auth/challenge_email with the intent edit.
PUT parameters
Name
Value Type
Validation
Details
elevID
int
Required
Student ID.
elevSex
int
Required
Values[1,2]; 1=male, 2=female.
elevDataNasterii
string
Optional
rfc_date; Date of birth.
elTel
string
Optional
Student phone number.
elTelChID
string
Required
Phone challenge ID.
elTelChResponse
string
Required
Phone challenge response.
elEmail
string
Optional
Student email.
elEmailChID
string
Required
Email challenge ID.
elEmailChResponse
string
Required
Email challenge response.
Validation
Error Field
Error Code
Error Message
elTelChID
101
Challenge failed. Incorrecy elTelChID or elTelChResponse.
elEmailChID
102
Challenge failed. Incorrect elEmailChID or elEmailChResponse.