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": "dba4131c-0c81-46e0-96c5-011f6fee4ca9",
  "OperatorId": "25dc3f24-dc04-48c7-a1fa-6df82f4f940c",
  "SubjectId": "ee05da1a-2a0f-4e37-8512-d47e65dbaa03",
  "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-02-09T14:38:51.4858785+08:00",
  "AnswerTotal": 15,
  "IsDelete": true,
  "DeleteTime": "2026-02-09T14:38:51.4858785+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-02-09T14:38:51.4858785+08:00</CreateTime>
  <DeleteTime>2026-02-09T14:38:51.4858785+08:00</DeleteTime>
  <Id>dba4131c-0c81-46e0-96c5-011f6fee4ca9</Id>
  <IsDelete>true</IsDelete>
  <Name>sample string 4</Name>
  <Note>sample string 5</Note>
  <OperatorId>25dc3f24-dc04-48c7-a1fa-6df82f4f940c</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>ee05da1a-2a0f-4e37-8512-d47e65dbaa03</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/" />