You can use POST APPLICATION API to update post-application data for the applicants like enrollment status and few other additional parameters like Campus Enrolled in, Course Enrolled in, Specialization opted, etc.
Post Application API
NoPaperForms provides a generic API to update post-application data against an application no. and form id.
Updating post-application data
API URL: https://testqaapi.nopaperforms.in/post-application/<College_id>/<form_id>
All the fields will have mapping as to if the same has a master attached or free text will be accepted. Mode = insert is required at the time of the hit.
Variable Name | Is Mandatory | Sample Value | Variable Type | |
form_id | Yes | 163 | Numeric | |
application_no | Yes | 1009876 | Alphanumeric | |
Yes | abc@yopmail.com | Alphanumeric | ||
application_stage | Yes | Enrolled | Alphanumeric | Master Set (as per the Application Stages set out in Form Config) |
enrolled_program_level | No | UG | Master Set | |
enrolled_campus | No | Alphanumeric | ||
enrolled_department | No | ENGINEERING AND TECHNOLOGIES | Alphanumeric | Master Set |
enrolled_course | No | B.TECH | Alphanumeric | Master Set |
enrolled_specialization | No | COMPUTER SCIENCE ENGINEERING | Alphanumeric | Master Set |
counselling_venue | No | SRM Institute of Science & Technology | Alphanumeric | |
counselling_date | No | Date (dd/mm/yyyy) | ||
counselling_time | No | Hh:mm:ss | ||
gdpi_venue | No | Alphanumeric | ||
gdpi_date | No | Date (dd/mm/yyyy) | ||
gdpi_time | No | Hh:mm:ss |