POST api/Schedule/GetScheduleIdbyLocationId

Request Information

URI Parameters

None.

Body Parameters

LocationScheduleModel
NameDescriptionTypeAdditional information
LocationId

integer

None.

PgNumber

integer

None.

PgLimit

integer

None.

OrderList

string

None.

ClassName

string

None.

StartDate

string

None.

InstructorName

string

None.

ScheduleId

integer

None.

Total_count

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1,
  "PgNumber": 2,
  "PgLimit": 1,
  "OrderList": "sample string 3",
  "ClassName": "sample string 4",
  "StartDate": "sample string 5",
  "InstructorName": "sample string 6",
  "ScheduleId": 7,
  "Total_count": 8
}

application/xml, text/xml

Sample:
<LocationScheduleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <ClassName>sample string 4</ClassName>
  <InstructorName>sample string 6</InstructorName>
  <LocationId>1</LocationId>
  <OrderList>sample string 3</OrderList>
  <PgLimit>1</PgLimit>
  <PgNumber>2</PgNumber>
  <ScheduleId>7</ScheduleId>
  <StartDate>sample string 5</StartDate>
  <Total_count>8</Total_count>
</LocationScheduleModel>

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 'LocationScheduleModel'.

Response Information

Resource Description

Object

None.

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/" />