Skip to content
NEWCollect for MSMEs: UPI Autopay, eNACH & remindersExplore app ↗

Update Student

Update a student identified by :jodo_student_id.

Terminal window
PATCH /api/v1/integrations/erp/students/:jodo_student_id
Terminal window
curl --location --request PATCH 'https://JODO_API_KEY:JODO_API_SECRET@JODO_API_HOST/api/v1/integrations/erp/students/6356' \
--header 'Content-Type: application/json' \
--data '{
"fullname": "Amazing Name",
"identifier": "JODO/TEST/123456"
}'
{
"fullname": "Amazing Name",
"identifier": "JODO/TEST/123456"
}
AttributeTypeRequiredDescription
fullnamestringYesFull Name of the Student
identifierstringYesStudent Identifier assigned by the school (Enrolment Number)
  • HTTP Code: 200
AttributeTypeDescription
registration_idstringUnique registration id generated for the user
data.fullnamestringfullname of the student
data.identifierstringstudent identifier
data.gradestringgrade code for the student
data.new_admissionbooleanTrue if the student is a new admission
data.academic_year_startintegeracademic year start for the student
data.academic_year_endintegeracademic year end for the student
data.date_of_birthstringdate of birth in YYYY-MM-DD format
data.primary_contact_namestringparent name
data.primary_contact_numberstringparent phone number
data.primary_contact_emailstringparent email
data.joining_yearintegerjoining year, will be present if the student is a new admission