All Products
Search
Document Center

Ticket System API:ReopenTicket

Last Updated:Jul 22, 2024

Reopens a ticket

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TicketIdstringYes

Work Order Number

0005PYGCW
ContentstringYes

Reply content of rework order

ecs backup fails
UidstringNo

UID

1013872004421947

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The return code of the request result.

0
Messagestring

The error message. If success is set to false, the message is returned.

success
Datastring

The data returned after the call succeeds.

0005PYGCW
RequestIdstring

The request ID.

C1DA4C6F-963E-5741-AB57-67A554D102FD
Successboolean

Indicates whether the call is successful. A value of true indicates that the call is normal.

true

Examples

Sample success responses

JSONformat

{
  "Code": 0,
  "Message": "success",
  "Data": "0005PYGCW",
  "RequestId": "C1DA4C6F-963E-5741-AB57-67A554D102FD",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400param.illegalParams illegal.-
401illegal.authYou are not authorized to perform the operation.You are not authorized to perform this operation.
500System.errorAn error occurred while processing your request.An error occurred while processing your request. Please try again.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history