Starts a privacy call.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the Cloud Contact Center (CCC) instance. |
ccc-test |
| AppId |
string |
Yes |
The application ID. |
ALIPUBB7A727C170949 |
| Caller |
string |
Yes |
The caller's number. |
0109810**** |
| Callee |
string |
Yes |
The callee's number. |
1888888**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. |
OK |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Message |
string |
The error message. |
无 |
| RequestId |
string |
The request ID. |
0630E5DF-CEB0-445B-8626-D5C7481181C3 |
| Params |
array |
The parameter information. |
|
|
string |
|||
| Data |
string |
The returned result, which is the call ID. |
job-xxx |
Examples
Success response
JSON format
{
"Code": "OK",
"HttpStatusCode": 200,
"Message": "无",
"RequestId": "0630E5DF-CEB0-445B-8626-D5C7481181C3",
"Params": [
""
],
"Data": "job-xxx"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Parameter.Blank | The parameter %s must not be null or empty. | |
| 400 | Parameter.Empty | The parameter %s may not be null or empty. | |
| 500 | InternalService.CTI | An internal CTI service error occurred. | |
| 404 | NotExists.InstanceId | The specified instance %s does not exist. | |
| 404 | NotExists.Number | The specified number %s does not exist in instance %s. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.