新增座位预约

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

本文介绍新增座位预约的 API。

接口描述

通过预定用户的 ID、预定座位号以及预定的开始和结束时间,创建座位预约请求。

接口地址

POST: /v1.0/iot-03/seat-reservations

请求参数

body 说明

参数名 类型 参数位置 是否必填 说明
uid String true 预定用户 ID
seat_id String true 座位 ID
start_time Long true 预约开始时间的 13 位时间戳
end_time Long true 预约结束时间的 13 位时间戳

返回参数

参数名 类型 说明
result String 预约结果

请求示例

POST: /v1.0/iot-03/seat-reservations
{ "uid": "bsh1621935149177xxx", "seat_id": "1400698261043429xxx", "start_time": 1623049200000, "end_time": 1623051000000 }

返回示例

{ "result": "1401793112065454xxx", "t": 1623048496696, "success": true }

错误码

参考 错误码