查询预约记录

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

本文介绍查询预约记录的 API。

接口描述

根据预约 ID 查询预约记录。

接口地址

GET: /v1.0/iot-03/seat-reservations/{reservation_id}

请求参数

参数名 类型 参数位置 是否必填 说明
reservation_id String uri true 预约 ID

返回参数

参数名 类型 说明
result ReservationAndExtRes 预约记录

result 说明

参数名 类型 说明
id String 预约 ID
uid String 预定用户 ID
user_name String 用户名
seat_id String 座位 ID
seat_no String 座位编号
area_id String 区域 ID
area_name String 区域名称
status String 预约状态
start_time Long 预约开始时间
end_time Long 预约结束时间

请求示例

GET: /v1.0/iot-03/seat-reservations/1400698886867140xxx
{}

返回示例

{ "result": { "area_name": "seat10", "seat_id": "1400698261043429xxx", "user_name": "test2", "end_time": 1622789700000, "seat_no": "hulal4", "area_id": "1397463067465392xxx", "start_time": 1622787900000, "uid": "bsh16219351491774xxx", "id": "1400698886867140xxx", "status": "signed_in" }, "t": 1623048246637, "success": true }

错误码

参考 错误码