Used to change the information of a parent with the following details:
the parameter epTelChID and epTelChResponse will become mandatory if the parameter epTel is present in the request and is not empty. It can be obtain from ./auth/challenge_phone with the intent edit.
the parameter epEmailChID and epEmailChResponse will become mandatory if the parameter epEmail is present in the request and is not empty. It can be obtain from POST ./auth/challenge_email with the intent edit.
PUT parameters
Name
Value Type
Validation
Details
epID
int
Required
ID-ul parintelui.
epSex
int
Required
Gender; 1=male, 2=female.
epDataNasterii
string
Optional
rfc_date; Date of birth.
epNume
string
Optional
Parent's name.
epPrenume
string
Optional
Parent's first name.
epTel
string
Optional
Phone number.
epTelChID
string
Optional
Phone challenge ID.
epTelChResponse
string
Optional
Phone challenge response.
epEmail
string
Optional
Email address.
epEmailChID
string
Optional
Email challenge ID.
epEmailChResponse
string
Optional
Email challenge response.
Validation
Error Field
Error Code
Error Message
epTelChID
101
Challenge failed. Incorrect epTelChID or epTelChResponse.
epEmailChID
102
Challenge failed. Incorrect epEmailChID or epEmailChResponse.