POST api/Training/GetILTUpcoming

Request Information

URI Parameters

None.

Body Parameters

GetILTUpcomingModel
NameDescriptionTypeAdditional information
ChapterId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ChapterId": 1
}

text/html

Sample:
{"ChapterId":1}

application/xml, text/xml

Sample:
<GetILTUpcomingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS.API.Models">
  <ChapterId>1</ChapterId>
</GetILTUpcomingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetILTUpcomingResponse
NameDescriptionTypeAdditional information
ChapterId

integer

None.

ClassId

integer

None.

Location

string

None.

StartDate

string

None.

StartTime

string

None.

EndTime

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ChapterId": 1,
  "ClassId": 2,
  "Location": "sample string 3",
  "StartDate": "sample string 4",
  "StartTime": "sample string 5",
  "EndTime": "sample string 6"
}

text/html

Sample:
{"ChapterId":1,"ClassId":2,"Location":"sample string 3","StartDate":"sample string 4","StartTime":"sample string 5","EndTime":"sample string 6"}

application/xml, text/xml

Sample:
<GetILTUpcomingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS.API.Models">
  <ChapterId>1</ChapterId>
  <ClassId>2</ClassId>
  <EndTime>sample string 6</EndTime>
  <Location>sample string 3</Location>
  <StartDate>sample string 4</StartDate>
  <StartTime>sample string 5</StartTime>
</GetILTUpcomingResponse>