https://api.itniotech.com/voice/group/call/provisional
Parameters | Description | Required | Type |
---|---|---|---|
jobIdList | Primary key ID. Corresponding query returns parameter jobId | Yes | List<Integer> |
Request URL:
https://api.itniotech.com/voice/group/call/provisional
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
{
"jobIdList":[123,123]
}
Parameters | Description | Type |
---|---|---|
code | "0"means successful, others than 0 means failure, seeing Status Code description. | String |
msg | Failure reason description | String |
data | This method returns null | String |
{
"code":"0",
"msg":"success",
"data":null
}
status | Description |
---|---|
0 | success |
-1 | Authentication error |
-2 | Restricted IP access |
-16 | Timestamp expires |
-18 | Port program unusual |
-20 | Data existing |
-21 | Data validation exception |
-22 | Parameter exception |
-23 | Data caps |
-24 | Data unexisting |
-54 | The task you submitted is wrong, please check and submit again! |