POST api/MediaFileMaster/DecodeVideoQR
Request Information
URI Parameters
None.
Body Parameters
clsVideoQRCode| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | integer |
None. |
|
| TopicId | integer |
None. |
|
| SSMId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChapterId": 1,
"TopicId": 2,
"SSMId": 3
}
application/xml, text/xml
Sample:
<clsVideoQRCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <ChapterId>1</ChapterId> <SSMId>3</SSMId> <TopicId>2</TopicId> </clsVideoQRCode>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>