新增座位

更新时间:2023-06-21 07:12:53下载pdf

本文介绍新增座位的 API。

接口描述

新增座位。

接口地址

POST: /v1.0/iot-03/seats

请求参数

参数名 类型 参数位置 是否必填 说明
req SeatAddReq body true 座位新增请求参数

req 说明

参数名 类型 参数位置 是否必填 说明
seat_no String false 座位编号
remark String false 座位介绍
area_id String false 区域
type String false 座位类型
device_categories List false 设备类型列表
image_url String false 座位图片
status String false 座位状态 disable停用 enable启用 repairing维修中

返回示例

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

请求示例

POST: /v1.0/iot-03/seats
{ "seat_no": "seat10_new", "area_id": "1394999880337850368", "type": "shared", "device_categories": [ "pm2.5" ], "image_url": "23", "status": "enable", "remark": "座位介绍" }

返回示例

{ "result": "1401799714281693184", "t": 1623050071026, "success": true }

错误码

参考 错误码