selectReservation

抽選枠予約で設定している予約情報を取得します。

メソッド

GET

URL

https://ws1.racooza.com/website/api/selectReservation

フォーマット

json

認証

必須

パラメーター

URL例

https://ws1.racooza.com/website/api/selectReservation?apiKey=30digit_key&floor_order=1&seat_type_id=2

レスポンス(JSON形式)

レスポンスの例(正常時)

{

    "status" : "OK",

    "execurl" : "https://ws1.racooza.com/website/api/selectReservation?apiKey=30digit_key&floor_order=1&seat_type_id=2"

    "starttime" : "2023/01/01 08:00:00",

    "endtime" : "2023/01/01 08:01:00",

    "0":

    [{

    "user_id":"azuma",

    "user_name":"東京一",

    "start_date_time":"2023-01-01 08:00:00",

    "end_date_time":"2023-01-01 08:01:00"

    }]

}