POST api/add/WkFeedback

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
WkFeedbackInfoAPPDTO
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Content": "sample string 1",
  "Image": "sample string 2",
  "WkUserId": 3,
  "WkUserName": "sample string 4",
  "State": 5,
  "HandleResult": "sample string 6",
  "HandleImage": "sample string 7",
  "HandleWkUserId": 8,
  "HandleWkUserName": "sample string 9",
  "cinput": "sample string 10",
  "ddate": "2025-12-09T18:48:29.382774+08:00"
}

application/xml, text/xml

Sample:
<WkFeedback xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <Content>sample string 1</Content>
  <Image>sample string 2</Image>
  <WkUserId>3</WkUserId>
  <WkUserName>sample string 4</WkUserName>
  <State>5</State>
  <HandleResult>sample string 6</HandleResult>
  <HandleImage>sample string 7</HandleImage>
  <HandleWkUserId>8</HandleWkUserId>
  <HandleWkUserName>sample string 9</HandleWkUserName>
  <cinput>sample string 10</cinput>
  <ddate>2025-12-09T18:48:29.382774+08:00</ddate>
</WkFeedback>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Data": {},
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>1</Result>
  <Data />
  <Message>sample string 3</Message>
</HttpResult>