更新时间: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
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈