编辑座位状态

更新时间:2023-06-21 07:13:00下载pdf

本文介绍编辑座位状态的 API。

接口描述

编辑座位的状态,当前支持停用、启用、维修中三种状态。

接口地址

PUT: /v1.0/iot-03/seats/{seat_id}/status

请求参数

参数名 类型 参数位置 是否必填 说明
seat_id String uri true 座位 ID

body 说明

参数名 类型 参数位置 是否必填 说明
status String true 座位状态,disable:停用;enable:启用;repairing:维修中

返回参数

参数名 类型 说明
result Boolean 成功返回 true,失败返回 false

请求示例

PUT: /v1.0/iot-03/seats/{seat_id}/status
{ "status": "enable" }

返回示例

{ "result": true, "t": 1623050759107, "success": true }

错误码

参考 错误码