هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.
- Service Overview
- User Guide
-
API Reference
- Before You Start
- API Overview
- Calling APIs
- Application Examples
-
API v2 (Recommended)
- Agreement Management
- Attachment Management
- Service Ticket Management
- Service Ticket Permission Management
- Attachment Management
- Authorization Management
- Service Ticket Quota Management
-
Basic Ticket Configuration Query
- Querying Country/Region Code
- Querying Problem Type List
- Querying Additional Parameters
- Querying Problem Type Template
- Querying Service Ticket Category List
- Querying Product Type List
- Querying Region List
- Service Ticket Satisfaction Category List
- Querying Problem Severity List
- Querying Service Ticket Limits (Such As Limited CCs in an Email)
- Label Management
- Ticket Message Management
-
Ticket Query
- Querying Agency Information
- Querying Partner Service Ticket Permissions
- Statistics of Service Tickets in Various Statuses
- Querying Service Ticket Details
- Querying Service Ticket Operation Logs
- Querying Service Ticket CC
- Querying Service Ticket Status
- Querying Associated Partner Service Information
- Querying Service Ticket List Interface
- Querying Sub-User Information
- Management of Associated Tickets
- Verification Code Management
-
Historical APIs
- Creating a Service Ticket
- Querying Service Ticket List
- Querying Service Ticket Details
- Uploading an Attachment
- Downloading an Attachment
- Deleting an Attachment
- Adding a Message
- Service Evaluation
- Service Ticket Operations
- Querying Service Ticket Related Product
- Querying Service Ticket Problem Type
- Querying Templates
- Querying Regions
- Appendix
- Change History
- General Reference
Copied.
Adding a Message
Function Description
Users can add messages on the service ticket details page, for example, adding confidential information, providing information required for the customer service to handle the problem, or asking about the service ticket handling progress.
URI
POST /v1.0/servicerequest/case/message
Request
Request Parameters
Parameter |
Mandatory |
Type |
Value Range |
Description |
---|---|---|---|---|
caseId |
Yes |
String |
32 |
Specifies the service ticket ID. |
message |
Yes |
Message |
- |
Specifies the message information. For details, see Table 1. |
Parameter |
Mandatory |
Type |
Value Range |
Description |
---|---|---|---|---|
content |
Yes |
String |
1200 |
Specifies the message content. |
isAuthorized |
No |
Integer |
- |
Whether it is authorized or not 0: No 1: Yes |
authorizationContent |
No |
String |
400 |
Authorization information. For example, passwords of the console account and the ECS account. |
accessoryIds |
No |
List<String> |
- |
Specifies the attachment ID list. See Uploading an Attachment to get the ID. |
Request Example
{ "caseId": "TT201801020526", "message": { "content": "TT201801020526", "isAuthorized": 0, "authorizationContent": "xxxx", "accessoryList": [] } }
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