POST api/PoctLogin/LessionReadUpdateNew
Request Information
URI Parameters
None.
Body Parameters
UpdateLessionReadModelNewName | Description | Type | Additional information |
---|---|---|---|
Sn | integer |
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. |
|
RankLbl | integer |
None. |
|
MarksTotal | integer |
None. |
|
Duration | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "Sn": 1, "Title": "sample string 2", "Description": "sample string 3", "VideoUrl": "sample string 4", "VideoRefTime": 5, "PDFUrl": "sample string 6", "Tag": "sample string 7", "Demo": "sample string 8", "Secured": "sample string 9", "ClassReady": "sample string 10", "StartDate": "2024-10-09T01:45:30.2652397+05:00", "OrderNo": 12, "TitleHeading": "sample string 13", "QuestionCount": 14, "Attempt": 15, "RankLbl": 16, "MarksTotal": 17, "Duration": 18 }
application/xml, text/xml
Sample:
<Login.UpdateLessionReadModelNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <Attempt>15</Attempt> <ClassReady>sample string 10</ClassReady> <Demo>sample string 8</Demo> <Description>sample string 3</Description> <Duration>18</Duration> <MarksTotal>17</MarksTotal> <OrderNo>12</OrderNo> <PDFUrl>sample string 6</PDFUrl> <QuestionCount>14</QuestionCount> <RankLbl>16</RankLbl> <Secured>sample string 9</Secured> <Sn>1</Sn> <StartDate>2024-10-09T01:45:30.2652397+05:00</StartDate> <Tag>sample string 7</Tag> <Title>sample string 2</Title> <TitleHeading>sample string 13</TitleHeading> <VideoRefTime>5</VideoRefTime> <VideoUrl>sample string 4</VideoUrl> </Login.UpdateLessionReadModelNew>
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.