POST api/SMS/GetStudentList
Request Information
URI Parameters
None.
Body Parameters
StudentListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| studentname | string |
None. |
|
| searchtype | string |
None. |
|
| franchisee_id | integer |
None. |
|
| academicyear_id | integer |
None. |
|
| class_id | integer |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentname": "sample string 1",
"searchtype": "sample string 2",
"franchisee_id": 3,
"academicyear_id": 4,
"class_id": 5,
"PageNo": 6,
"PageSize": 7
}
application/xml, text/xml
Sample:
<StudentListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Model"> <PageNo>6</PageNo> <PageSize>7</PageSize> <academicyear_id>4</academicyear_id> <class_id>5</class_id> <franchisee_id>3</franchisee_id> <searchtype>sample string 2</searchtype> <studentname>sample string 1</studentname> </StudentListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseMessage | string |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseData | Object |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.