编辑手动外呼任务
POST
/openapi/ipcc/calltaskdetail/update
接口限制条件
接口调用
数据校验
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://qiyukf.com/openapi/ipcc/calltaskdetail/update?appKey=&time=&checksum=' \
--header 'content-type: application/json;charset=utf-8' \
--data-raw '[
{
"taskId": 1,
"taskDetails": [
{
"id":"1110",
"username":"xx",
"phone":"121323423",
"description":"备注"
},{
"id":"1111",
"username":"xx",
"phone":"121323423",
"description":"备注"
}
]
},{
"taskId": 2,
"taskDetails": [
{
"id":"2110",
"username":"xx",
"phone":"121323423",
"description":"备注"
},{
"id":"2111",
"username":"xx",
"phone":"121323423",
"description":"备注"
}
]
}
]'
响应示例响应示例
{
"code": 0,
"message": "string"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Header 参数
content-type
string
必需
示例值:
application/json;charset=utf-8
Body 参数application/json