日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateBatchJobs - 批量創建外呼作業

批量創建外呼作業。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
InstanceIdstring

實例 ID

174952ab-9825-4cc9-a5e2-de82d7fa4cdd
BatchJobNamestring

批量作業名字

第一個作業組
BatchJobDescriptionstring

批量作業名字

描述
ScenarioIdstring

場景 ID

c6a668d1-3145-4048-9101-cb3678bb8884
ScriptIdstring

話術 ID

b9ff4e88-65f9-4eb3-987c-11ba51f3f24d
StrategyJsonstring

作業執行策略 JSON

{"maxAttemptsPerDay":2,"name":"策略名字","workingTime":[{"beginTime":"09:00:00","endTime":"12:00:00"},{"beginTime":"13:00:00","endTime":"18:30:00"}],"minAttemptInterval":60}
JobFilePathstring

下載批量作 Excel 的地址

52e80b02-0126-4556-a1e6-ef5b3747ed53/a9a3ddc7-d7d7-48cd-82b5-b31bb5510e71_2a66f8ad-dfbb-4980-9b84-439171295a11.xlsx
Submittedboolean

是否提交,false 提交,true 草稿狀態

false
CallingNumberarray

主叫號碼列表。

string

主叫號碼。

["4008013260"]

返回參數

名稱類型描述示例值
object
HttpStatusCodeinteger

HTTP 錯誤碼

200
Codestring

錯誤碼

OK
Messagestring

提示信息

Success
RequestIdstring

請求 ID

254EB995-DEDF-48A4-9101-9CA5B72FFBCC
Successboolean

是否成功

true
BatchJobobject

作業組信息

CreationTimelong

作業組創建時間

1579068424000
ScenarioIdstring

作業組場景 ID

6cea9bed-63e6-439e-ae4c-b3333efff53d
JobGroupNamestring

作業組名字

批量作業01
BatchJobIdstring

作業組 ID

5a7e8b09-baf9-4cab-b540-c971f47a7146
JobFilePathstring

上傳 Excel 文件 key

52e80b02-0126-4556-a1e6-ef5b3747ed53/a9a3ddc7-d7d7-48cd-82b5-b31bb5510e71_2a66f8ad-dfbb-4980-9b84-439171295a11.xlsx
JobGroupDescriptionstring

作業組描述

第一個批量作業
CallingNumbersarray
string

主叫號碼列表

["4008013260 "]
Strategyobject

作業執行策略

Typestring

策略類型

Repeatable
StrategyNamestring

策略名字

策略
MaxAttemptsPerDayinteger

撥打失敗后最多重新撥打次數

3
FollowUpStrategystring

前周期未完成外呼業務的后續處理方案。

CONTINUE
EndTimelong

調度策略總的結束時間

2209702074000
Customizedstring

策略自定義信息

{}
IsTemplateboolean

是否是模板

false
StartTimelong

作業組開始執行時間

1578550074000
StrategyIdstring

策略 ID

f718798d-96be-40e4-bef6-317b54855708
RoutingStrategystring

主叫號碼錄音策略

LocalFirst
MinAttemptIntervalinteger

重新撥打間隔時間

10
StrategyDescriptionstring

策略描述

作業執行策略
RepeatBystring

重復執行方式,Once 不重復, Day 沒人重復, Week 每周重復,Month 每月重復

Once
WorkingTimearray<object>

作業一天中的執行時間段

object
EndTimestring

結束時間

12:00:00
BeginTimestring

開始時間

09:00:00
RepeatDaysarray

重復執行的天列表。

string

重復執行天

[1,2,3,4,5]

示例

正常返回示例

JSON格式

{
  "HttpStatusCode": 200,
  "Code": "OK",
  "Message": "Success",
  "RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
  "Success": true,
  "BatchJob": {
    "CreationTime": 1579068424000,
    "ScenarioId": "6cea9bed-63e6-439e-ae4c-b3333efff53d",
    "JobGroupName": "批量作業01",
    "BatchJobId": "5a7e8b09-baf9-4cab-b540-c971f47a7146",
    "JobFilePath": "52e80b02-0126-4556-a1e6-ef5b3747ed53/a9a3ddc7-d7d7-48cd-82b5-b31bb5510e71_2a66f8ad-dfbb-4980-9b84-439171295a11.xlsx",
    "JobGroupDescription": "第一個批量作業",
    "CallingNumbers": [
      "[\"4008013260 \"]"
    ],
    "Strategy": {
      "Type": "Repeatable",
      "StrategyName": "策略",
      "MaxAttemptsPerDay": 3,
      "FollowUpStrategy": "CONTINUE",
      "EndTime": 2209702074000,
      "Customized": "{}",
      "IsTemplate": false,
      "StartTime": 1578550074000,
      "StrategyId": "f718798d-96be-40e4-bef6-317b54855708",
      "RoutingStrategy": "LocalFirst",
      "MinAttemptInterval": 10,
      "StrategyDescription": "作業執行策略",
      "RepeatBy": "Once",
      "WorkingTime": [
        {
          "EndTime": "12:00:00",
          "BeginTime": "09:00:00"
        }
      ],
      "RepeatDays": [
        "[1,2,3,4,5]"
      ]
    }
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
404NotExist.InstanceThe specified Instance does not exist.指定的實例不存在。
404NotExist.ScriptThe specified Script does not exist.指定的話術不存在。
500InternalErrorAn error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.內部錯誤。建議重試,如果多次重試報錯請提交工單。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史