POST api/Student/updateStudentMedicalDetail

Request Information

URI Parameters

None.

Body Parameters

modupdatemedical
NameDescriptionTypeAdditional information
ids

integer

None.

studentid

string

None.

bloodgroup

string

None.

illness

string

None.

allergyfood

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ids": 1,
  "studentid": "sample string 2",
  "bloodgroup": "sample string 3",
  "illness": "sample string 4",
  "allergyfood": "sample string 5"
}

text/html

Sample:
{"ids":1,"studentid":"sample string 2","bloodgroup":"sample string 3","illness":"sample string 4","allergyfood":"sample string 5"}

application/xml, text/xml

Sample:
<modupdatemedical xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models">
  <allergyfood>sample string 5</allergyfood>
  <bloodgroup>sample string 3</bloodgroup>
  <ids>1</ids>
  <illness>sample string 4</illness>
  <studentid>sample string 2</studentid>
</modupdatemedical>

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.