POST api/Student/PostStudentRegistration?lang={lang}

Documentation for 'PostStudentRegistration'.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'studentRegistrationModel'.