GET api/PoctLogin/LessionReadAddNew
Request Information
URI Parameters
None.
Body Parameters
AddLessionReadModelNewName | Description | Type | Additional information |
---|---|---|---|
SectionID | string |
None. |
|
CourseID | string |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
VideoUrl | string |
None. |
|
VideoRefTime | integer |
None. |
|
PDFUrl | string |
None. |
|
Tag | string |
None. |
|
Demo | string |
None. |
|
Secured | string |
None. |
|
ClassReady | string |
None. |
|
StartDate | date |
None. |
|
OrderNo | integer |
None. |
|
TitleHeading | string |
None. |
|
QuestionCount | integer |
None. |
|
Attempt | integer |
None. |
|
MarksTotal | integer |
None. |
|
Duration | integer |
None. |
|
RankLbl | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "SectionID": "sample string 1", "CourseID": "sample string 2", "Title": "sample string 3", "Description": "sample string 4", "VideoUrl": "sample string 5", "VideoRefTime": 6, "PDFUrl": "sample string 7", "Tag": "sample string 8", "Demo": "sample string 9", "Secured": "sample string 10", "ClassReady": "sample string 11", "StartDate": "2024-10-08T13:22:56.6698169+05:00", "OrderNo": 13, "TitleHeading": "sample string 14", "QuestionCount": 15, "Attempt": 16, "MarksTotal": 17, "Duration": 18, "RankLbl": 19 }
application/xml, text/xml
Sample:
<Login.AddLessionReadModelNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <Attempt>16</Attempt> <ClassReady>sample string 11</ClassReady> <CourseID>sample string 2</CourseID> <Demo>sample string 9</Demo> <Description>sample string 4</Description> <Duration>18</Duration> <MarksTotal>17</MarksTotal> <OrderNo>13</OrderNo> <PDFUrl>sample string 7</PDFUrl> <QuestionCount>15</QuestionCount> <RankLbl>19</RankLbl> <SectionID>sample string 1</SectionID> <Secured>sample string 10</Secured> <StartDate>2024-10-08T13:22:56.6698169+05:00</StartDate> <Tag>sample string 8</Tag> <Title>sample string 3</Title> <TitleHeading>sample string 14</TitleHeading> <VideoRefTime>6</VideoRefTime> <VideoUrl>sample string 5</VideoUrl> </Login.AddLessionReadModelNew>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.