POST APPLICATION API
Purpose
The main intent of this API is to get the post-application data for the applicants like Application Stage and basis that a few additional parameters as in Enrolment Data like Campus Enrolled in, Course Enrolled In, Specialisation Opted etc. in the CRM
API Documentation
Basis the above understanding, we will be having a POST APPLICATION API.
API URL: https://testqaapi.nopaperforms.com/form/post-application/<College_id>/<form_id>
All the fields will have a mapping as to if the same has a master attached or free text will be accepted.
Variable Name |
Is Mandatory |
Sample Value |
Variable Type |
|
form_id |
Yes |
163 |
Numeric |
|
application_no |
Yes |
1009876 |
Alphanumeric |
|
|
Yes |
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 |
|
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 |
Understanding of Application Stages
The Application Stages are more or less the same for all Courses exception being MBA. Basis the Understanding, the Application Stages will be as follows
For now, we will be catering to the stages in bulk.
MBA |
Non-MBA |
Application Submitted (By default, any complete application should be moved to this stage) |
Application Submitted (By default, any complete application should be moved to this stage) |
Shortlisted for GDPI (With data points like GDPI Venue, GDPI Date & Time) |
Called for Counselling (With Counselling Venue, Counselling Date & Time) |
Interested in attending GDPI |
Attended Counselling |
Attended GDPI |
Offer Placed |
Offer Placed |
Waitlisted |
Waitlisted |
Offer Accepted |
Offer Accepted |
Offer Rejected |
Offer Rejected |
Enrolled (With data points like Campus, Program Level, Course, Department, Specialization) |
Enrolled (With data points like Campus, Program Level, Course, Department, Specialization) |
Fees Paid |
Fees Paid |