POST api/Student/CreateStudentOtherDetail

Request Information

URI Parameters

None.

Body Parameters

modstudentother
NameDescriptionTypeAdditional information
studentid

string

None.

prev_class

string

None.

prev_school

string

None.

adacemic_session

string

None.

chng_reason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "studentid": "sample string 1",
  "prev_class": "sample string 2",
  "prev_school": "sample string 3",
  "adacemic_session": "sample string 4",
  "chng_reason": "sample string 5"
}

text/html

Sample:
{"studentid":"sample string 1","prev_class":"sample string 2","prev_school":"sample string 3","adacemic_session":"sample string 4","chng_reason":"sample string 5"}

application/xml, text/xml

Sample:
<modstudentother xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models">
  <adacemic_session>sample string 4</adacemic_session>
  <chng_reason>sample string 5</chng_reason>
  <prev_class>sample string 2</prev_class>
  <prev_school>sample string 3</prev_school>
  <studentid>sample string 1</studentid>
</modstudentother>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.