POST api/IncorrectQuestionSave

“Save”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "6ac3a2ee-ede5-492d-866a-4f0704251342",
  "OperatorId": "a85aa830-0b26-4598-8d0e-e6982850a12b",
  "SubjectId": "240e9647-2302-48d4-884b-5c1773d50559",
  "ExamId": "7440b17b-0ccf-42bb-933e-cdbbc0d0ec6f",
  "Name": "sample string 4",
  "Note": "sample string 5",
  "SubjectType": 6,
  "SubjectTypeStr": "",
  "Answer": "sample string 7",
  "OptionA": "sample string 8",
  "OptionB": "sample string 9",
  "OptionC": "sample string 10",
  "OptionD": "sample string 11",
  "OptionE": "sample string 12",
  "OptionF": "sample string 13",
  "Sequence": 14,
  "CreateTime": "2026-05-07T23:22:19.4605274+08:00",
  "AnswerTotal": 15,
  "IsDelete": true,
  "DeleteTime": "2026-05-07T23:22:19.4605274+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 7</Answer>
  <AnswerTotal>15</AnswerTotal>
  <CreateTime>2026-05-07T23:22:19.4605274+08:00</CreateTime>
  <DeleteTime>2026-05-07T23:22:19.4605274+08:00</DeleteTime>
  <ExamId>7440b17b-0ccf-42bb-933e-cdbbc0d0ec6f</ExamId>
  <Id>6ac3a2ee-ede5-492d-866a-4f0704251342</Id>
  <IsDelete>true</IsDelete>
  <Name>sample string 4</Name>
  <Note>sample string 5</Note>
  <OperatorId>a85aa830-0b26-4598-8d0e-e6982850a12b</OperatorId>
  <OptionA>sample string 8</OptionA>
  <OptionB>sample string 9</OptionB>
  <OptionC>sample string 10</OptionC>
  <OptionD>sample string 11</OptionD>
  <OptionE>sample string 12</OptionE>
  <OptionF>sample string 13</OptionF>
  <Sequence>14</Sequence>
  <SubjectId>240e9647-2302-48d4-884b-5c1773d50559</SubjectId>
  <SubjectType>6</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/" />