Updating App Personal Settings (update)
Scenario
This interface provided by the AICC is invoked to update app personal settings for the AppCube.
Method
POST
URI
https://{Domain name}/apiaccess/CC-Management/v1/openapp/agentsettings/update, where, {Domain name} can be service.besclouds.com.
Request Description
No. |
Parameter |
Type |
Mandatory or Not |
Description |
---|---|---|---|---|
1 |
X-APP-Key |
String |
Yes |
App key, which is the user ID. |
2 |
Authorization |
String |
No |
Authentication field. The format is Bearer (space){Value of AccessToken returned by the tokenByAkSk interface}. (A space is required after Bearer.) |
No. |
Parameter |
Type |
Mandatory or Not |
Description |
---|---|---|---|---|
1 |
id |
String |
Yes |
Primary key ID. Value of the response body parameter ID in Creating App Personal Settings (create). |
2 |
callType |
String |
No |
Call type. 0: direct call 1: bidirectional call 2: pass-through call |
3 |
userId |
String |
Yes |
User ID. Value of USER_ID in the t_aicc_pub_appcube_user table. |
4 |
callerPresent |
String[] |
No |
Display number of the called party. A maximum of five numbers are displayed. Use commas (,) to separate multiple numbers. Length limit of each number: string (15) |
5 |
callNumber |
String[] |
No |
Agent softphone number. A maximum of five numbers are displayed. Use commas (,) to separate multiple numbers. Length limit of each number: string (15) |
6 |
callNumberDefault |
String |
No |
Default softphone number bound to the agent. Length limit: string (15) |
7 |
callerPresentDefault |
String |
No |
Default display number of the called party. Length limit: string (15) |
Response Description
- Status code: 200
Table 3 Response body parameters No.
Parameter
Type
Mandatory or Not
Description
1
id
String
No
Primary key ID.
2
returnCode
String
Yes
- 0: success
- Other values: failure
3
returnDesc
String
No
Response result description.
- Status code: 400
Incorrect request. Check the request path and parameters.
- Status code: 401
Unauthorized operation. 1. Check whether you have purchased related services. 2. Contact customer service to check the status of your account.
- Status code: 404
The requested content is not found. Check the request path.
- Status code: 500
Business failure. Check the values of parameters in the request.
Error Codes
None
Example
Request header:
x-app-key:9******************************3 Authorization:Bearer e******************************e Content-Type:application/json
{ "id":"1307145259662215169", "callType":"1", "userId":"1660270845627002401", "callerPresent":["12323"], "callNumber":["12323","232343","233","239343"], "callNumberDefault":"23232323", "callerPresentDefault":"1212121212" }
Response header:
{ "connection": "keep-alive", "content-type": "application/json;charset=UTF-8" }
Response parameters:
{ "returnCode": "0", "returnDesc": "update success.", "id": "1307145259662215169" }
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