POST api/Training/GetILTModules
Request Information
URI Parameters
None.
Body Parameters
GetILTModuleModelNone.
Request Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<GetILTModuleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS.API.Models" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetILTModulesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | integer |
None. |
|
| ClassId | integer |
None. |
|
| SoldOut | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChapterId": 1,
"ClassId": 2,
"SoldOut": "sample string 3"
}
text/html
Sample:
{"ChapterId":1,"ClassId":2,"SoldOut":"sample string 3"}
application/xml, text/xml
Sample:
<GetILTModulesResponse 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> <SoldOut>sample string 3</SoldOut> </GetILTModulesResponse>