Service Evaluation
Function Description
After the service ticket processing is complete, users can evaluate the service and submit comments.
URI
POST /v1.0/servicerequest/case/evaluation
Request
Request Parameters
Parameter |
Mandatory |
Type |
Value Range |
Description |
---|---|---|---|---|
caseId |
Yes |
String |
32 |
Specifies the service ticket ID. See Querying Service Ticket List to get the ID. |
judgment |
No |
String |
400 |
Indicates the service ticket evaluation content. |
satisfactionList |
Yes |
List<Satisfaction> |
- |
Specifies the service ticket satisfaction information. For details, see Table 2. |
Parameter |
Mandatory |
Type |
Value Range |
Description |
---|---|---|---|---|
satisfactionId |
Yes |
Integer |
- |
Specifies the satisfaction ID. 1: Satisfaction on timeliness 3: Satisfaction on handling result |
satisfactionValue |
Yes |
Integer |
- |
Specifies the satisfaction value. The value is 1 to 5. 5 means "satisfactory". |
Request Example
{ "caseId": "TT201801010000", "judgment": "test", "satisfactionList": [ { "satisfactionId": 1, "satisfactionValue": 5 }, { "satisfactionId": 3, "satisfactionValue": 4 } ] }
Response Message
None
Status Code
For details about status codes, see Status Codes.
Error Code
For details about error codes, see Historical Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot