POST api/Student/updateStudentOtherDetail

Request Information

URI Parameters

None.

Body Parameters

modupdateotherdetail
NameDescriptionTypeAdditional information
ids

integer

None.

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:
{
  "ids": 1,
  "studentid": "sample string 2",
  "prev_class": "sample string 3",
  "prev_school": "sample string 4",
  "adacemic_session": "sample string 5",
  "chng_reason": "sample string 6"
}

text/html

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

application/xml, text/xml

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

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.