POST /ccmessaging/v1/dropClickToCall
Description
drop call
Method
POST
URI
https://Domain Name/apiaccess/ccmessaging/v1/dropClickToCall,the domain name is service.besclouds.com.
Request
Seq. |
Name |
Type |
Mandatory |
Description |
---|---|---|---|---|
1 |
ccmessaging-token |
string |
True |
ccmessagign-token generated by the applyToken interface |
2 |
x-app-key |
string |
True |
The same as app_key, which uniquely identifies a user |
3 |
Authorization |
string |
True |
Authentication field. The value format is as follows: Bearer +AccessToken in the return values of the tokenByAKSK interface (there is a space after Bearer) |
Seq. |
Name |
Type |
Mandatory |
Description |
---|---|---|---|---|
1.1 |
channel |
string |
True |
channel type ('WEB') |
Response
- Status code: 200
Seq. |
Name |
Type |
Mandatory |
Description |
---|---|---|---|---|
1.1 |
resultCode |
string |
False |
result Code |
1.2 |
resultDesc |
string |
False |
result description |
- Status code: 400
Incorrect request: Check the request path and parameters.
- Status code: 401
Unauthorized: 1. Check whether you have purchased related services. 2. Contact customer service personnel to check the current status of your account.
- Status code: 404
Request content not found: Check the path of the request.
- Status code: 500
Business failure: Check the values of the parameters in the request.
Error Code
None.
Message Example
- Scene description:drop click to call
Request Header:
'Content-Type': 'application/json', 'x-app-key': appKey, 'Authorization': fabric.token, 'ccmessaging-token': ccmessaging.token
Request Parameter:
{ "channel": "WEB" }
Response Parameter:
{ "resultCode":"0", "resultDesc": "" }
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