呼叫接口

呼叫接口


预测试外呼任务状态回调参数说明

<h3><strong>说明</strong></h3> <p>此接口主要用于返回预测式任务的状态,由客户提供一个可以接收json数据的接口地址,由我们配置即可。</p> <h3><strong>预测式任务状态回调数据格式</strong></h3> <pre><code>{ &amp;quot;taskid&amp;quot;:&amp;quot;20210222110030244314&amp;quot;, &amp;quot;companycode&amp;quot;:&amp;quot;9027&amp;quot;, &amp;quot;status&amp;quot;:3 }</code></pre> <h3><strong>预测式任务状态回调参数说明</strong></h3> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>taskid</td> <td>string</td> <td>对应预测式任务ID</td> </tr> <tr> <td>companycode</td> <td>string</td> <td>对应账号的公司编号</td> </tr> <tr> <td>status</td> <td>string</td> <td>任务完成标识,只返回3</td> </tr> </tbody> </table>

页面列表

ITEM_HTML