POST Api/ProblemFeedBack/Del
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": "0e0b629e-63d8-400c-b34d-8d79c6d5e4d7",
"MemberId": "cdd5514b-070c-43a1-b7df-4f1bfca37316",
"Content": "sample string 2",
"SubmitTime": "2026-03-02T19:49:51.9120686+08:00",
"HandleStatus": 1,
"HandleTime": "2026-03-02T19:49:51.9120686+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:51.9120686+08:00</HandleTime> <Id>0e0b629e-63d8-400c-b34d-8d79c6d5e4d7</Id> <IsDeleted>true</IsDeleted> <MemberId>cdd5514b-070c-43a1-b7df-4f1bfca37316</MemberId> <SubmitTime>2026-03-02T19:49:51.9120686+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.