POST api/feedback/ChangeStatusById
Request Information
URI Parameters
None.
Body Parameters
FaultRepairModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| AppointmentDate | string |
None. |
|
| AppointmentTimeDepart | string |
None. |
|
| ContractName | string |
None. |
|
| ContractPhone | string |
None. |
|
| Remark | string |
None. |
|
| ProblemFlag | integer |
None. |
|
| ProgressExplain | string |
None. |
|
| ProgressRemark | string |
None. |
|
| botId | string |
None. |
|
| Type | string |
None. |
|
| Id | string |
None. |
|
| IsCharge | string |
None. |
|
| RepairAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"AppointmentDate": "sample string 2",
"AppointmentTimeDepart": "sample string 3",
"ContractName": "sample string 4",
"ContractPhone": "sample string 5",
"Remark": "sample string 6",
"ProblemFlag": 7,
"ProgressExplain": "sample string 8",
"ProgressRemark": "sample string 9",
"botId": "sample string 10",
"Type": "sample string 11",
"Id": "sample string 12",
"IsCharge": "sample string 13",
"RepairAmount": 14.0
}
application/xml, text/xml
Sample:
<FaultRepairModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YuXun.WebAPI.Models"> <AppointmentDate>sample string 2</AppointmentDate> <AppointmentTimeDepart>sample string 3</AppointmentTimeDepart> <ContractName>sample string 4</ContractName> <ContractPhone>sample string 5</ContractPhone> <Id>sample string 12</Id> <IsCharge>sample string 13</IsCharge> <ProblemFlag>7</ProblemFlag> <ProgressExplain>sample string 8</ProgressExplain> <ProgressRemark>sample string 9</ProgressRemark> <Remark>sample string 6</Remark> <RepairAmount>14</RepairAmount> <Type>sample string 11</Type> <UserId>sample string 1</UserId> <botId>sample string 10</botId> </FaultRepairModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |