POST api/Student/PostStudentRegistration?lang={lang}
Documentation for 'PostStudentRegistration'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| studentmodel | Documentation for 'studentmodel'. |
Define this parameter in the request body. |
| lang | Documentation for 'lang'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"p_pup_code": "sample string 1",
"p_pup_f_name": "sample string 2",
"p_pup_bl_f_name": "sample string 3",
"p_emirates_id": "sample string 4",
"token": "sample string 5",
"p_user": "sample string 6",
"email": "sample string 7",
"mobile": "sample string 8"
}
application/x-www-form-urlencoded
Sample: