POST api/Student/UpdateStudentRegistration

Request Information

URI Parameters

None.

Body Parameters

modUpdateStudentRegistration
NameDescriptionTypeAdditional information
id

integer

None.

userid

string

None.

studentid

string

None.

student_name

string

None.

father_name

string

None.

dob

string

None.

gender

string

None.

state

string

None.

city

string

None.

pincode

string

None.

address

string

None.

motherMobile

string

None.

fatherMobile

string

None.

mobile

string

None.

email

string

None.

sibling

string

None.

siblingamount

string

None.

branchid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "userid": "sample string 2",
  "studentid": "sample string 3",
  "student_name": "sample string 4",
  "father_name": "sample string 5",
  "dob": "sample string 6",
  "gender": "sample string 7",
  "state": "sample string 8",
  "city": "sample string 9",
  "pincode": "sample string 10",
  "address": "sample string 11",
  "motherMobile": "sample string 12",
  "fatherMobile": "sample string 13",
  "mobile": "sample string 14",
  "email": "sample string 15",
  "sibling": "sample string 16",
  "siblingamount": "sample string 17",
  "branchid": 18
}

text/html

Sample:
{"id":1,"userid":"sample string 2","studentid":"sample string 3","student_name":"sample string 4","father_name":"sample string 5","dob":"sample string 6","gender":"sample string 7","state":"sample string 8","city":"sample string 9","pincode":"sample string 10","address":"sample string 11","motherMobile":"sample string 12","fatherMobile":"sample string 13","mobile":"sample string 14","email":"sample string 15","sibling":"sample string 16","siblingamount":"sample string 17","branchid":18}

application/xml, text/xml

Sample:
<modUpdateStudentRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models">
  <address>sample string 11</address>
  <branchid>18</branchid>
  <city>sample string 9</city>
  <dob>sample string 6</dob>
  <email>sample string 15</email>
  <fatherMobile>sample string 13</fatherMobile>
  <father_name>sample string 5</father_name>
  <gender>sample string 7</gender>
  <id>1</id>
  <mobile>sample string 14</mobile>
  <motherMobile>sample string 12</motherMobile>
  <pincode>sample string 10</pincode>
  <sibling>sample string 16</sibling>
  <siblingamount>sample string 17</siblingamount>
  <state>sample string 8</state>
  <student_name>sample string 4</student_name>
  <studentid>sample string 3</studentid>
  <userid>sample string 2</userid>
</modUpdateStudentRegistration>

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.