POST api/Schedule/GetScheduleIdbyClassId
Request Information
URI Parameters
None.
Body Parameters
ClassScheduleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassId | integer |
None. |
|
| PgNumber | integer |
None. |
|
| PgLimit | integer |
None. |
|
| OrderList | string |
None. |
|
| ClassName | string |
None. |
|
| StartDate | string |
None. |
|
| StartTime | string |
None. |
|
| LocationName | string |
None. |
|
| InstructorName | string |
None. |
|
| ScheduleId | integer |
None. |
|
| SessionId | integer |
None. |
|
| Total_count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClassId": 1,
"PgNumber": 2,
"PgLimit": 1,
"OrderList": "sample string 3",
"ClassName": "sample string 4",
"StartDate": "sample string 5",
"StartTime": "sample string 6",
"LocationName": "sample string 7",
"InstructorName": "sample string 8",
"ScheduleId": 9,
"SessionId": 10,
"Total_count": 11
}
application/xml, text/xml
Sample:
<ClassScheduleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models"> <ClassId>1</ClassId> <ClassName>sample string 4</ClassName> <InstructorName>sample string 8</InstructorName> <LocationName>sample string 7</LocationName> <OrderList>sample string 3</OrderList> <PgLimit>1</PgLimit> <PgNumber>2</PgNumber> <ScheduleId>9</ScheduleId> <SessionId>10</SessionId> <StartDate>sample string 5</StartDate> <StartTime>sample string 6</StartTime> <Total_count>11</Total_count> </ClassScheduleModel>
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/" />