POST api/Schedule/GetStudentListByScheduleId
Request Information
URI Parameters
None.
Body Parameters
StudentScheduleModelNewForRegStudentsName | Description | Type | Additional information |
---|---|---|---|
ScheduleId | integer |
Required |
|
FromDate | string |
None. |
|
ToDate | string |
None. |
|
PgNumber | integer |
None. |
|
PgLimit | integer |
None. |
|
OrderList | string |
None. |
|
SessionId | integer |
None. |
|
LevelId | byte |
None. |
|
PaymentDetailType | byte |
None. |
|
ListName | string |
None. |
|
Total_count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ScheduleId": 1, "FromDate": "sample string 2", "ToDate": "sample string 3", "PgNumber": 4, "PgLimit": 1, "OrderList": "sample string 5", "SessionId": 1, "LevelId": 64, "PaymentDetailType": 64, "ListName": "sample string 7", "Total_count": 8 }
application/xml, text/xml
Sample:
<StudentScheduleModelNewForRegStudents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models"> <FromDate>sample string 2</FromDate> <LevelId>64</LevelId> <ListName>sample string 7</ListName> <OrderList>sample string 5</OrderList> <PaymentDetailType>64</PaymentDetailType> <PgLimit>1</PgLimit> <PgNumber>4</PgNumber> <ScheduleId>1</ScheduleId> <SessionId>1</SessionId> <ToDate>sample string 3</ToDate> <Total_count>8</Total_count> </StudentScheduleModelNewForRegStudents>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />