POST api/Schedule/getStudentExcelByScheduleId
Request Information
URI Parameters
None.
Body Parameters
StudentScheduleModelNewForRegStudents| Name | 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
None.