POST Api/ProblemFeedBack/Add
Request Information
URI Parameters
None.
Body Parameters
ProblemFeedBackDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| Content | string |
None. |
|
| SubmitTime | date |
None. |
|
| HandleStatus | integer |
None. |
|
| HandleTime | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "07aaaae9-c139-4d5d-b59e-a4a2c8fb8e04",
"MemberId": "fc8d5a35-58fd-4bf8-81dc-10fcc293d451",
"Content": "sample string 2",
"SubmitTime": "2026-03-02T19:49:42.9869056+08:00",
"HandleStatus": 1,
"HandleTime": "2026-03-02T19:49:42.9869056+08:00",
"IsDeleted": true,
"PageIndex": 3,
"PageSize": 4,
"Total": 5
}
application/xml, text/xml
Sample:
<ProblemFeedBackDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <_x003C_PageIndex_x003E_k__BackingField>3</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>4</_x003C_PageSize_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>5</_x003C_Total_x003E_k__BackingField> <Content>sample string 2</Content> <HandleStatus>1</HandleStatus> <HandleTime>2026-03-02T19:49:42.9869056+08:00</HandleTime> <Id>07aaaae9-c139-4d5d-b59e-a4a2c8fb8e04</Id> <IsDeleted>true</IsDeleted> <MemberId>fc8d5a35-58fd-4bf8-81dc-10fcc293d451</MemberId> <SubmitTime>2026-03-02T19:49:42.9869056+08:00</SubmitTime> </ProblemFeedBackDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.