Service Ticket Operations
Function Description
Users can perform some operations on service tickets, such as urging, deleting, closing, and canceling service tickets.
URI
POST /v1.0/servicerequest/case/action
Request
Request Parameters
Parameter |
Mandatory |
Type |
Value Range |
Description |
---|---|---|---|---|
action |
Yes |
String |
64 |
Specifies the operation (such as cancel, close, press, and delete). |
actionDesc |
No |
String |
400 |
Description of the operation. |
caseId |
Yes |
String |
32 |
Specifies the service ticket ID. See Querying Service Ticket List to get the ID. |
Request Example
{ "action": "cancel", "actionDesc": "test", "caseId": "TT201801010000" }
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