POST api/App/UpdateStudentprofileInfo

Request Information

URI Parameters

None.

Body Parameters

UpdateStudentprofileInfoRequest
NameDescriptionTypeAdditional information
Student_Id

integer

None.

Student_Name

string

None.

DOB

date

None.

Gender

string

None.

Present_Address

string

None.

Present_city

string

None.

Present_pin

string

None.

Present_State

string

None.

Father_Mobile

string

None.

Father_Name

string

None.

ContactNo1

integer

None.

ContactNo2

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Student_Id": 1,
  "Student_Name": "sample string 2",
  "DOB": "2026-01-29T00:40:17.3842058+05:30",
  "Gender": "sample string 4",
  "Present_Address": "sample string 5",
  "Present_city": "sample string 6",
  "Present_pin": "sample string 7",
  "Present_State": "sample string 8",
  "Father_Mobile": "sample string 9",
  "Father_Name": "sample string 10",
  "ContactNo1": 11,
  "ContactNo2": 12
}

application/xml, text/xml

Sample:
<UpdateStudentprofileInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <ContactNo1>11</ContactNo1>
  <ContactNo2>12</ContactNo2>
  <DOB>2026-01-29T00:40:17.3842058+05:30</DOB>
  <Father_Mobile>sample string 9</Father_Mobile>
  <Father_Name>sample string 10</Father_Name>
  <Gender>sample string 4</Gender>
  <Present_Address>sample string 5</Present_Address>
  <Present_State>sample string 8</Present_State>
  <Present_city>sample string 6</Present_city>
  <Present_pin>sample string 7</Present_pin>
  <Student_Id>1</Student_Id>
  <Student_Name>sample string 2</Student_Name>
</UpdateStudentprofileInfoRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.