All Products
Search
Document Center

Ticket System API:ReplyTicket

Last Updated:Jul 22, 2024

Reply to the ticket. You can call the ListTicketNotes operation to obtain the content of the reply.

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

The ID of the ticket.

0005PYGCW
ContentstringYes

Content of the ticket reply

Why ECS backup failed?
FileNameListarrayNo

The list of attachment names, GetAttachmentUploadUrl the ObjectKey field returned by the interface.

stringNo

The ObjectKey field returned by the GetAttachmentUploadUrl interface.

6bc06f96-f8c1-4c00-9e30-368444fbd025.jpg,
EncryptbooleanYes

Encryption status

false
UidstringNo

Alibaba Cloud UID

1289427240739141

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The response code.

0
Messagestring

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

success
Datastring

The returned value is the dialogID of the response to the ticket.

46434030
RequestIdstring

The unique ID of the API request. The requestid is unique for each call.

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": "46434030",
  "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