POST api/PoctLogin/CuetMasterUpdate
Request Information
URI Parameters
None.
Body Parameters
insertcuetupName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
NoOfQuestion | integer |
None. |
|
TotalNoQue | integer |
None. |
|
Time | integer |
None. |
|
Marks | integer |
None. |
|
FinalScroe | decimal number |
None. |
|
CorrectAnswer | integer |
None. |
|
Negative | integer |
None. |
|
Status | string |
None. |
|
RateS | decimal number |
None. |
|
RateP | decimal number |
None. |
|
overview | string |
None. |
|
sdisc | integer |
None. |
|
pdisc | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "Title": "sample string 1", "NoOfQuestion": 2, "TotalNoQue": 3, "Time": 4, "Marks": 5, "FinalScroe": 6.0, "CorrectAnswer": 7, "Negative": 8, "Status": "sample string 9", "RateS": 10.0, "RateP": 11.0, "overview": "sample string 12", "sdisc": 13, "pdisc": 14 }
application/xml, text/xml
Sample:
<Login.insertcuetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <CorrectAnswer>7</CorrectAnswer> <FinalScroe>6</FinalScroe> <Marks>5</Marks> <Negative>8</Negative> <NoOfQuestion>2</NoOfQuestion> <RateP>11</RateP> <RateS>10</RateS> <Status>sample string 9</Status> <Time>4</Time> <Title>sample string 1</Title> <TotalNoQue>3</TotalNoQue> <overview>sample string 12</overview> <pdisc>14</pdisc> <sdisc>13</sdisc> </Login.insertcuetup>
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.