云客服-创建双呼呼叫 (V1.0.0) (createCall):报文样例

时间:2024-09-24 14:46:25

报文样例

请求头:

x-app-key:9******************************3  
Authorization:Bearer e******************************e  
Content-Type:application/json

请求参数:

{
	"caller": "88889050",
	"called": "88889060",
        "agentWorkNo": "",
	"callerPresent": "640003",
	"agentPresent": "640060",
	"callData": "333333"
}

响应头:

{
	"connection": "keep-alive",
	"content-type": "application/json;charset=UTF-8"
}

响应参数:

{
    "result": {
        "callSerialNo": "1771078210739978242"
    },
    "retCode": "0",
    "retMsg": "Created successfully."
}
support.huaweicloud.com/api-ccfs-cec/cec_07_1303.html