创建会议室
POST https://open.feishu.cn/open-apis/meeting_room/room/create
Reference
- 参考接口 创建会议室
Success Response Sample
{
"code": 0,
"msg": "success",
"data": {
"room_id": "omm_feaf14d1b7bf379bebb496213e809928"
}
}
Request Body
{"building_id"=>"omb_e0ab4c89f8d2903816abb5bc3986303b", "floor"=>"F3", "name"=>"hwl测试会议室4", "capacity"=>100, "is_disabled"=>false, "custom_room_id"=>"hwl_test_room_004"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | tenant_access_token | |
值格式:"Bearer access_token" |
示例值:"Bearer t-7f1bcd13fc57d46bac21793a18e560" |
| Content-Type
| string | | 固定值:"application/json; charset=utf-8" |
RESPONSES
status: OK
{"code":0,"msg":"success","data":{"room_id":"omm_83b4756bdef4f55613659239934dfa79"}}