POST api/MessageBoard/SaveMessageBoardInfo

Request Information

URI Parameters

None.

Body Parameters

SaveMessageBoardInfoReq
NameDescriptionTypeAdditional information
Id

integer

None.

FeedbackTitle

string

None.

FeedbackType

FeedbackType

None.

FeedbackInfo

string

None.

FeedbackImg

string

None.

Principal

string

None.

ProcessingTime

date

None.

ProcessingType

ProcessingType

None.

Scheme

string

None.

UserName

string

None.

ContactWay

string

None.

CreateDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FeedbackTitle": "sample string 2",
  "FeedbackType": 0,
  "FeedbackInfo": "sample string 3",
  "FeedbackImg": "sample string 4",
  "Principal": "sample string 5",
  "ProcessingTime": "2026-08-11 21:22:36",
  "ProcessingType": "Untreated",
  "Scheme": "sample string 6",
  "UserName": "sample string 7",
  "ContactWay": "sample string 8",
  "CreateDate": "2026-08-11 21:22:36"
}

application/xml, text/xml

Sample:
<SaveMessageBoardInfoReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.MessageBoard">
  <ContactWay>sample string 8</ContactWay>
  <CreateDate>2026-08-11T21:22:36.3453646+08:00</CreateDate>
  <FeedbackImg>sample string 4</FeedbackImg>
  <FeedbackInfo>sample string 3</FeedbackInfo>
  <FeedbackTitle>sample string 2</FeedbackTitle>
  <FeedbackType>Opinion</FeedbackType>
  <Id>1</Id>
  <Principal>sample string 5</Principal>
  <ProcessingTime>2026-08-11T21:22:36.3434071+08:00</ProcessingTime>
  <ProcessingType>Untreated</ProcessingType>
  <Scheme>sample string 6</Scheme>
  <UserName>sample string 7</UserName>
</SaveMessageBoardInfoReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfBoolean
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": true
}

application/xml, text/xml

Sample:
<ResponseResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
  <Data>true</Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfboolean>