POST Api/StudentMaster/GetStudentEnrollmentNo

Request Information

URI Parameters

None.

Body Parameters

StudentMaster
NameDescriptionTypeAdditional information
name

string

None.

religion

string

None.

categoryId

integer

None.

country

integer

None.

state

integer

None.

city

integer

None.

email

string

None.

mobileNo

string

None.

courseId

integer

None.

semesterId

integer

None.

collegeId

integer

None.

sessionId

integer

None.

batchId

integer

None.

professionalId

integer

None.

fatherName

string

None.

gender

string

None.

motherName

string

None.

dob

string

None.

currentAddress

string

None.

permanantAddress

string

None.

photo

string

None.

signature

string

None.

admissionBy

string

None.

enrollmentNo

string

None.

studentEducationInfo

DataTable

None.

studentAttachmentInfo

DataTable

None.

opCode

integer

None.

isException

boolean

None.

exceptionMessage

string

None.

DS

DataSet

None.

id

string

None.

strId

string

None.

userId

integer

None.

status

integer

None.

message

string

None.

PageSize

string

None.

PageIndex

string

None.

responseValue

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "religion": "sample string 2",
  "categoryId": 3,
  "country": 4,
  "state": 5,
  "city": 6,
  "email": "sample string 7",
  "mobileNo": "sample string 8",
  "courseId": 9,
  "semesterId": 10,
  "collegeId": 11,
  "sessionId": 12,
  "batchId": 13,
  "professionalId": 14,
  "fatherName": "sample string 15",
  "gender": "sample string 16",
  "motherName": "sample string 17",
  "dob": "sample string 18",
  "currentAddress": "sample string 19",
  "permanantAddress": "sample string 20",
  "photo": "sample string 21",
  "signature": "sample string 22",
  "admissionBy": "sample string 23",
  "enrollmentNo": "sample string 24",
  "studentEducationInfo": null,
  "studentAttachmentInfo": [],
  "opCode": 25,
  "isException": true,
  "exceptionMessage": "sample string 27",
  "ds": null,
  "id": "sample string 28",
  "strId": "sample string 29",
  "userId": 30,
  "status": 31,
  "message": "sample string 32",
  "pageSize": "sample string 33",
  "pageIndex": "sample string 34",
  "responseValue": {}
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Cannot serialize the DataTable. DataTable name is not set.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Cannot serialize the DataTable. DataTable name is not set.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StudentMaster'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.