POST api/ReportQuestionSave
“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": "1866d5c8-4a37-4db1-8806-29b1a10a0e82",
"OperatorId": "2110acf6-4a3d-4bf1-8f78-2fbfff904739",
"SubjectId": "4f61732e-4332-49d9-b809-f4cfb9e51c41",
"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:39:37.3282278+08:00",
"State": 15,
"ErrorType": "sample string 16",
"HandlerId": "1b3d5800-d717-492e-afd2-538d89f1a1f5",
"HandlerTime": "2026-02-09T14:39:37.3282278+08:00",
"HandlingOpinion": "sample string 17"
}
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-02-09T14:39:37.3282278+08:00</CreateTime> <ErrorType>sample string 16</ErrorType> <HandlerId>1b3d5800-d717-492e-afd2-538d89f1a1f5</HandlerId> <HandlerTime>2026-02-09T14:39:37.3282278+08:00</HandlerTime> <HandlingOpinion>sample string 17</HandlingOpinion> <Id>1866d5c8-4a37-4db1-8806-29b1a10a0e82</Id> <Name>sample string 4</Name> <Note>sample string 5</Note> <OperatorId>2110acf6-4a3d-4bf1-8f78-2fbfff904739</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>4f61732e-4332-49d9-b809-f4cfb9e51c41</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/" />