POST api/ReportQuestionSave

“Save”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "6fc09902-8425-4f15-b6f2-7ec631ce6ebf",
  "OperatorId": "0f13c03d-514e-4564-af81-cf25bddd4e34",
  "SubjectId": "f9a7652b-7f4a-493b-bb48-61f4fbd688c7",
  "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-08-04T11:54:27.2587041+08:00",
  "CreateTimeStr": "2026-08-04 11:54:27",
  "State": 15,
  "StateStr": "",
  "ErrorType": "sample string 16",
  "HandlerId": "fae2b11c-1b81-48a2-848d-eb18efc5b0d5",
  "HandlerTime": "2026-08-04T11:54:27.2587041+08:00",
  "HandlerTimeStr": "2026-08-04 11:54:27",
  "HandlerName": "sample string 17",
  "HandlingOpinion": "sample string 18"
}

application/xml, text/xml

Sample:
<ReportQuestionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.Model">
  <Answer>sample string 7</Answer>
  <CreateTime>2026-08-04T11:54:27.2587041+08:00</CreateTime>
  <ErrorType>sample string 16</ErrorType>
  <HandlerId>fae2b11c-1b81-48a2-848d-eb18efc5b0d5</HandlerId>
  <HandlerName>sample string 17</HandlerName>
  <HandlerTime>2026-08-04T11:54:27.2587041+08:00</HandlerTime>
  <HandlingOpinion>sample string 18</HandlingOpinion>
  <Id>6fc09902-8425-4f15-b6f2-7ec631ce6ebf</Id>
  <Name>sample string 4</Name>
  <Note>sample string 5</Note>
  <OperatorId>0f13c03d-514e-4564-af81-cf25bddd4e34</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>
  <State>15</State>
  <SubjectId>f9a7652b-7f4a-493b-bb48-61f4fbd688c7</SubjectId>
  <SubjectType>6</SubjectType>
</ReportQuestionModel>

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/" />