取消云会议
取消云会议(支持会议室)
1. 接口描述
接口名称:
/confopenapi/room/cancelReservConference
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | 接口调用鉴权参数 | 也可以放在http body中 |
Http Body
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
eventId | 是 | int | 全时会议ID |
singleStartTime | 否 | int | 取消周期会议中的单场, 单场的开始时间戳, 精确到秒(11位) |
3. 请求参数
传参示例
{
"eventId": 239418513
}
周期会议取消其中一场
{
"eventId": 239418513,
"singleStartTime":1732521600
}
4. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
result | json字符串 | 预约会议返回的结果 |
返回result参数说明
参数名 | 类型 | 说明 |
---|---|---|
parentId | int | 会议父ID |
eventId | int | 会议日程ID |
{
"status": 0,
"result": {
"eventId":23134,
"parentId":"this is a test"
},
"reqid": "confopenapiserver-172.10.5.224-1654581754.54558950.81",
"timestamp": 1654581754054,
"request_duration": "58.322906ms"
}
备注
- 更多返回错误代码请看首页的错误代码描述