取消面试
POST
https://vender.com
为了安全性,请验证time的实效性,建议5分钟内有效。
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://vender.com?appId=&clientId=&time=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "6542335467",
"typeId": "324354657",
"hireMode": 1,
"groupId": "6542335467",
"interviewIds": [123, 345],
"applicationIds": [45678, 87654]
}'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {}
}
请求参数
Query 参数
appId
必需
clientId
必需
time
当前时间戳
sign
必需
Header 参数
Content-Type
必需
示例值:
application/json
Body 参数application/json
返回响应
修改于 2021-12-30 06:25:40