POST api/Student/StudentRegistration

Request Information

URI Parameters

None.

Body Parameters

modStudentRegistration
NameDescriptionTypeAdditional information
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.

fatherMobile

string

None.

motherMobile

string

None.

mobile

string

None.

email

string

None.

sibling

string

None.

siblingamount

decimal number

None.

branchid

integer

None.

Request Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

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.