POST api/IncorrectQuestionSave
“Save”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "8600f367-2151-4e2e-bc76-52c21fe35522",
"OperatorId": "1f97b29f-116e-4926-88cd-ecefe0ec828f",
"NickName": "sample string 3",
"SubjectId": "5111d739-c580-42b8-b742-1029ba0a994f",
"ExamId": "9d1beb81-5a28-472b-8e1a-f80d6d9a82aa",
"ExamName": "sample string 5",
"CourseId": "c799a92b-b050-4da1-bc92-fbb1ab0af377",
"Name": "sample string 6",
"ShowName": "sample string 7",
"Note": "sample string 8",
"SubjectType": 9,
"SubjectTypeStr": "",
"Answer": "sample string 10",
"OptionA": "sample string 11",
"OptionB": "sample string 12",
"OptionC": "sample string 13",
"OptionD": "sample string 14",
"OptionE": "sample string 15",
"OptionF": "sample string 16",
"Sequence": 17,
"CreateTime": "2026-08-04T11:54:05.8213162+08:00",
"AnswerTotal": 18,
"IsDelete": true,
"DeleteTime": "2026-08-04T11:54:05.8213162+08:00"
}
application/xml, text/xml
Sample:
<IncorrectQuestionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.Model"> <Answer>sample string 10</Answer> <AnswerTotal>18</AnswerTotal> <CourseId>c799a92b-b050-4da1-bc92-fbb1ab0af377</CourseId> <CreateTime>2026-08-04T11:54:05.8213162+08:00</CreateTime> <DeleteTime>2026-08-04T11:54:05.8213162+08:00</DeleteTime> <ExamId>9d1beb81-5a28-472b-8e1a-f80d6d9a82aa</ExamId> <ExamName>sample string 5</ExamName> <Id>8600f367-2151-4e2e-bc76-52c21fe35522</Id> <IsDelete>true</IsDelete> <Name>sample string 6</Name> <NickName>sample string 3</NickName> <Note>sample string 8</Note> <OperatorId>1f97b29f-116e-4926-88cd-ecefe0ec828f</OperatorId> <OptionA>sample string 11</OptionA> <OptionB>sample string 12</OptionB> <OptionC>sample string 13</OptionC> <OptionD>sample string 14</OptionD> <OptionE>sample string 15</OptionE> <OptionF>sample string 16</OptionF> <Sequence>17</Sequence> <ShowName>sample string 7</ShowName> <SubjectId>5111d739-c580-42b8-b742-1029ba0a994f</SubjectId> <SubjectType>9</SubjectType> </IncorrectQuestionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />