-
時間タイプ
-
スクールタイプ
-
会議室タイプ
-
イベントタイプ
参照系API:予約データ
予約データの必要な情報だけを取得できます。
取得件数は1リクエストあたり最大100件となりますが、offset を利用し複数回のリクエストをする事で全件の取得が可能です。
※offsetは0が初期値となります。例:101行目からのデータを取得する場合はoffsetに100を指定します。
メソッド
URL
クエリパラメータ
| パラメータ名 |
説明 |
型 |
例 |
補足 |
| offset |
取得データ開始位置 |
数値 |
100 |
初期値 0 |
| count |
データ取得件数 |
数値 |
50 |
初期値100 / 最大値100 |
| reservation_id |
予約番号 |
数値 |
10001 |
|
| customer_id |
予約者会員番号 |
数値 |
12345 |
|
| customer_login_id |
予約者会員ログインID |
文字列 |
abc123 |
|
| customer_mail |
予約者メールアドレス |
文字列 |
abc@example.com |
|
| customer_extension_id |
連携会員ID |
文字列 |
123abc |
|
| reservation_date_from |
予約日(From) |
日付 |
2021/07/31 |
yyyy/mm/dd 形式 |
| reservation_date_to |
予約日(To) |
日付 |
2021/07/31 |
yyyy/mm/dd 形式 |
| category_id |
カテゴリID |
数値 |
1 |
|
| main_menu_id |
メインメニューID |
数値 |
1 |
|
| timetable_id |
時間割ID |
数値 |
1 |
|
| sub_menu_id |
サブメニューID |
数値 |
1 |
|
| equipment_id |
設備ID |
数値 |
1 |
|
| staff_id |
担当ID |
数値 |
1 |
|
| option_id |
オプションID |
数値 |
1 |
|
| registered_datetime_from |
予約手続日時(From) |
日付 |
2020/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| registered_datetime_to |
予約手続日時(To) |
日付 |
2021/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| update_datetime_from |
最終更新日時(From) |
日付 |
2020/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| update_datetime_to |
最終更新日時(To) |
日付 |
2021/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| unfixed_flg |
仮予約フラグ |
数値 |
0 |
1(仮予約) or 0 |
| unfixed_result_flg |
仮予約結果フラグ |
数値 |
0 |
0(処理なし/通常予約) or 1(承認)or 2(拒否) |
| history_flg |
予約履歴フラグ |
数値 |
1 |
1(履歴) or 0 |
| cancel_flg |
予約キャンセルフラグ |
数値 |
0 |
1(キャンセル) or 0 |
| block_flg |
予約ブロックフラグ |
数値 |
1 |
1(ブロック) or 0 ※1 |
| cancel_datetime_from |
キャンセル日時(From) |
日付 |
2020/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| cancel_datetime_to |
キャンセル日時(To) |
日付 |
2021/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| fields |
取得項目 |
文字列 |
reservation_date,options |
カンマ区切りで指定 ※2 |
※1 block_flg(予約ブロックフラグ)について
値(1)をセットすると、予約ブロックされたレコードを含む予約データがレスポンス対象となります。(予約ブロックされたレコードのみをレスポンスとするパラメータではありません。)
※2 fields(取得項目)について
未指定の場合はすべての項目を返します。
「reservation_id」は必ず返します。「options」の詳細項目は指定できません。
スペースは含めないでください。
レスポンス例
レスポンスヘッダ
- HTTP/1.1 200 OK
- Content-Type:application/json;charset=utf-8
※エラー時のレスポンスはエラーレスポンス項を参照ください。
レスポンスボディ
- {
-
"total_number": 2,
-
"position": {
-
"number":2,
-
"from":1,
-
"to":2
- },
-
"results": [
- {
-
"reservation_id": 10001,
-
"customer_id": null,
-
"customer_login_id": "user_login",
-
"customer_name": "user_name",
-
"customer_kana": "string",
-
"customer_mail": "xxx@xxxx.jp",
-
"customer_zip": "string",
-
"customer_prefecture": "",
-
"customer_address1": "",
-
"customer_address2": "",
-
"customer_tel": "",
-
"customer_sex": "",
-
"customer_birth_year": null,
-
"customer_birth_month": null,
-
"customer_birth_day": null,
-
"customer_extension_id": "",
-
"reservation_date": "2021/12/01",
-
"reservation_time": "12:00",
-
"category_id": null,
-
"category_name": "",
-
"main_menu_id": 1,
-
"main_menu_name": "メインメニュー",
-
"timetable_id": null,
-
"anyone_flg": 0,
-
"sub_menu_id": 1,
-
"sub_menu_name": "サブメニュー",
-
"equipment_id": null,
-
"equipment_name": "",
-
"staff_id": null,
-
"staff_name": "",
-
"options": [],
-
"required_minute": 60,
-
"reservation_number": 1,
-
"amount": 0,
-
"payment_status": "",
-
"payment_transaction_id": "",
-
"reservation_message": "",
-
"registered_datetime": "2021/11/25 12:47:00",
-
"registered_operation_type": "予約サイト",
-
"update_datetime": "2021/11/25 12:47:00",
-
"memo": "",
-
"unfixed_flg": 0,
-
"unfixed_result_flg": 1,
-
"history_flg": 0,
-
"cancel_flg": 0,
-
"cancel_message": "",
-
"block_flg": 0,
-
"cancel_datetime": null,
-
"cancel_guest_code": "",
-
"online_meeting_info": "",
-
"google_event_id": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
-
"google_meet_url": "https://meet.google.com/xxxxxxxxxxxx",
-
"zoom_url": "",
-
"zoom_id": "",
-
"zoom_password": "",
-
"zoom_url_host": "",
-
"device": "スマホ",
-
"ip_address": "192.168.33.1",
-
"attr_orgd1_label": "",
-
"attr_orgd1_value": null,
-
"attr_orgd2_label": "",
-
"attr_orgd2_value": null,
-
"attr_orgd3_label": "",
-
"attr_orgd3_value": null,
-
"attr_orgd4_label": "",
-
"attr_orgd4_value": null,
-
"attr_orgd5_label": "",
-
"attr_orgd5_value": null,
-
"attr_org1_label": "カスタム属性1テキストボックス(1行)",
-
"attr_org1_value": "",
-
"attr_org2_label": "",
-
"attr_org2_value": "",
-
"attr_org3_label": "",
-
"attr_org3_value": "",
-
"attr_org4_label": "",
-
"attr_org4_value": "",
-
"attr_org5_label": "",
-
"attr_org5_value": "",
-
"attr_org6_label": "",
-
"attr_org6_value": "",
-
"attr_org7_label": "",
-
"attr_org7_value": "",
-
"attr_org8_label": "",
-
"attr_org8_value": "",
-
"attr_org9_label": "",
-
"attr_org9_value": "",
-
"attr_org10_label": "",
-
"attr_org10_value": "",
-
"attr_org11_label": "",
-
"attr_org11_value": "",
-
"attr_org12_label": "",
-
"attr_org12_value": "",
-
"attr_org13_label": "",
-
"attr_org13_value": "",
-
"attr_org14_label": "",
-
"attr_org14_value": "",
-
"attr_org15_label": "",
-
"attr_org15_value": "",
-
"attr_org16_label": "",
-
"attr_org16_value": "",
-
"attr_org17_label": "",
-
"attr_org17_value": "",
-
"attr_org18_label": "",
-
"attr_org18_value": "",
-
"attr_org19_label": "",
-
"attr_org19_value": "",
-
"attr_org20_label": "",
-
"attr_org20_value": "",
-
"attr_org21_label": "",
-
"attr_org21_value": "",
-
"attr_org22_label": "",
-
"attr_org22_value": "",
-
"attr_org23_label": "",
-
"attr_org23_value": "",
-
"attr_org24_label": "",
-
"attr_org24_value": "",
-
"attr_org25_label": "",
-
"attr_org25_value": "",
-
"attr_org26_label": "",
-
"attr_org26_value": "",
-
"attr_org27_label": "",
-
"attr_org27_value": "",
-
"attr_org28_label": "",
-
"attr_org28_value": "",
-
"attr_org29_label": "",
-
"attr_org29_value": "",
-
"attr_org30_label": "",
-
"attr_org30_value": "",
-
"attr_res1_label": "予約アンケートテキストボックス(1行)",
-
"attr_res1_value": "",
-
"attr_res2_label": "予約アンケートテキストエリア(複数行)",
-
"attr_res2_value": "",
-
"attr_res3_label": "予約アンケートセレクトボックス(択一選択)",
-
"attr_res3_value": "",
-
"attr_res4_label": "予約アンケートラジオボタン(択一チェック)",
-
"attr_res4_value": "",
-
"attr_res5_label": "予約アンケートチェックボックス(複数選択)",
-
"attr_res5_value": "",
-
"attr_res6_label": "予約アンケート日付",
-
"attr_res6_value": "",
-
"attr_res7_label": "",
-
"attr_res7_value": "",
-
"attr_res8_label": "",
-
"attr_res8_value": "",
-
"attr_res9_label": "",
-
"attr_res9_value": "",
-
"attr_res10_label": "",
-
"attr_res10_value": "",
-
"attr_res11_label": "",
-
"attr_res11_value": "",
-
"attr_res12_label": "",
-
"attr_res12_value": "",
-
"attr_res13_label": "",
-
"attr_res13_value": "",
-
"attr_res14_label": "",
-
"attr_res14_value": "",
-
"attr_res15_label": "",
-
"attr_res15_value": "",
-
"attr_res16_label": "",
-
"attr_res16_value": "",
-
"attr_res17_label": "",
-
"attr_res17_value": "",
-
"attr_res18_label": "",
-
"attr_res18_value": "",
-
"attr_res19_label": "",
-
"attr_res19_value": "",
-
"attr_res20_label": "",
-
"attr_res20_value": "",
-
"attr_res21_label": "",
-
"attr_res21_value": "",
-
"attr_res22_label": "",
-
"attr_res22_value": "",
-
"attr_res23_label": "",
-
"attr_res23_value": "",
-
"attr_res24_label": "",
-
"attr_res24_value": "",
-
"attr_res25_label": "",
-
"attr_res25_value": "",
-
"attr_res26_label": "",
-
"attr_res26_value": "",
-
"attr_res27_label": "",
-
"attr_res27_value": "",
-
"attr_res28_label": "",
-
"attr_res28_value": "",
-
"attr_res29_label": "",
-
"attr_res29_value": "",
-
"attr_res30_label": "",
-
"attr_res30_value": ""
- },
- {
-
"reservation_id": 10002,
-
"customer_id": null,
-
"customer_login_id": "",
-
"customer_name": "ゲスト 太郎",
-
"customer_kana": "ゲスト タロウ",
-
"customer_mail": "xxxx@xxxxxx.jp",
-
"customer_zip": "",
-
"customer_prefecture": "",
-
"customer_address1": "",
-
"customer_address2": "",
-
"customer_tel": "",
-
"customer_sex": "",
-
"customer_birth_year": null,
-
"customer_birth_month": null,
-
"customer_birth_day": null,
-
"customer_extension_id": "",
-
"reservation_date": "2021/11/28",
-
"reservation_time": "10:00",
-
"category_id": null,
-
"category_name": "",
-
"main_menu_id": 2,
-
"main_menu_name": "メインメニュー2",
-
"timetable_id": null,
-
"anyone_flg": 0,
-
"sub_menu_id": 3,
-
"sub_menu_name": "サブメニュー3",
-
"equipment_id": null,
-
"equipment_name": "",
-
"staff_id": null,
-
"staff_name": "",
-
"options": [
- {
-
"option_id": 8,
-
"option_name": "予約オプション1",
-
"option_num": 2,
-
"option_unit": "人前"
- },
- {
-
"option_id": 7,
-
"option_name": "予約オプション2",
-
"option_num": 4,
-
"option_unit": "席"
- }
- ],
-
"required_minute": 60,
-
"reservation_number": 4,
-
"amount": 17250,
-
"payment_status": "",
-
"payment_transaction_id": "",
-
"reservation_message": "",
-
"registered_datetime": "2021/11/25 12:47:00",
-
"registered_operation_type": "予約サイト",
-
"update_datetime": "2021/11/25 12:47:00",
-
"memo": "",
-
"unfixed_flg": 0,
-
"history_flg": 0,
-
"cancel_flg": 0,
-
"cancel_message": "",
-
"block_flg": 0,
-
"cancel_datetime": null,
-
"cancel_guest_code": "jixphi649bt9",
-
"online_meeting_info": "",
-
"google_event_id": "",
-
"google_meet_url": "",
-
"zoom_url": "https://us04web.zoom.us/j/xxxxxxxxx?pwd=xxxxxxxxxxxxxxx",
-
"zoom_id": "xxxxxxxxx",
-
"zoom_password": "xxxxxxxxx",
-
"zoom_url_host": "https://us04web.zoom.us/s/xxxxxxxxx?zak=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
-
"device": "PC",
-
"ip_address": "192.168.33.1",
-
"attr_orgd1_label": "",
-
"attr_orgd1_value": null,
-
"attr_orgd2_label": "",
-
"attr_orgd2_value": null,
-
"attr_orgd3_label": "",
-
"attr_orgd3_value": null,
-
"attr_orgd4_label": "",
-
"attr_orgd4_value": null,
-
"attr_orgd5_label": "",
-
"attr_orgd5_value": null,
-
"attr_org1_label": "カスタム属性1テキストボックス(1行)",
-
"attr_org1_value": "カスタム属性1テキストボックス(1行)入力内容",
-
"attr_org2_label": "",
-
"attr_org2_value": "",
-
"attr_org3_label": "",
-
"attr_org3_value": "",
-
"attr_org4_label": "",
-
"attr_org4_value": "",
-
"attr_org5_label": "",
-
"attr_org5_value": "",
-
"attr_org6_label": "",
-
"attr_org6_value": "",
-
"attr_org7_label": "",
-
"attr_org7_value": "",
-
"attr_org8_label": "",
-
"attr_org8_value": "",
-
"attr_org9_label": "",
-
"attr_org9_value": "",
-
"attr_org10_label": "",
-
"attr_org10_value": "",
-
"attr_org11_label": "",
-
"attr_org11_value": "",
-
"attr_org12_label": "",
-
"attr_org12_value": "",
-
"attr_org13_label": "",
-
"attr_org13_value": "",
-
"attr_org14_label": "",
-
"attr_org14_value": "",
-
"attr_org15_label": "",
-
"attr_org15_value": "",
-
"attr_org16_label": "",
-
"attr_org16_value": "",
-
"attr_org17_label": "",
-
"attr_org17_value": "",
-
"attr_org18_label": "",
-
"attr_org18_value": "",
-
"attr_org19_label": "",
-
"attr_org19_value": "",
-
"attr_org20_label": "",
-
"attr_org20_value": "",
-
"attr_org21_label": "",
-
"attr_org21_value": "",
-
"attr_org22_label": "",
-
"attr_org22_value": "",
-
"attr_org23_label": "",
-
"attr_org23_value": "",
-
"attr_org24_label": "",
-
"attr_org24_value": "",
-
"attr_org25_label": "",
-
"attr_org25_value": "",
-
"attr_org26_label": "",
-
"attr_org26_value": "",
-
"attr_org27_label": "",
-
"attr_org27_value": "",
-
"attr_org28_label": "",
-
"attr_org28_value": "",
-
"attr_org29_label": "",
-
"attr_org29_value": "",
-
"attr_org30_label": "",
-
"attr_org30_value": "",
-
"attr_res1_label": "予約アンケートテキストボックス(1行)",
-
"attr_res1_value": "予約アンケートテキストボックス",
-
"attr_res2_label": "予約アンケートテキストエリア(複数行)",
-
"attr_res2_value": "予約アンケートテキストエリア1行目\n2行目\n3行目\n4行目",
-
"attr_res3_label": "予約アンケートセレクトボックス(択一選択)",
-
"attr_res3_value": "予約アンケートセレクトボックス選択肢4",
-
"attr_res4_label": "予約アンケートラジオボタン(択一チェック)",
-
"attr_res4_value": "予約アンケートラジオボタン選択肢3",
-
"attr_res5_label": "予約アンケートチェックボックス(複数選択)",
-
"attr_res5_value": "#予約アンケートチェックボックス選択肢1#予約アンケートチェックボックス選択肢2#予約アンケートチェックボックス選択肢3#",
-
"attr_res6_label": "予約アンケート日付",
-
"attr_res6_value": "2021/11/19",
-
"attr_res7_label": "",
-
"attr_res7_value": "",
-
"attr_res8_label": "",
-
"attr_res8_value": "",
-
"attr_res9_label": "",
-
"attr_res9_value": "",
-
"attr_res10_label": "",
-
"attr_res10_value": "",
-
"attr_res11_label": "",
-
"attr_res11_value": "",
-
"attr_res12_label": "",
-
"attr_res12_value": "",
-
"attr_res13_label": "",
-
"attr_res13_value": "",
-
"attr_res14_label": "",
-
"attr_res14_value": "",
-
"attr_res15_label": "",
-
"attr_res15_value": "",
-
"attr_res16_label": "",
-
"attr_res16_value": "",
-
"attr_res17_label": "",
-
"attr_res17_value": "",
-
"attr_res18_label": "",
-
"attr_res18_value": "",
-
"attr_res19_label": "",
-
"attr_res19_value": "",
-
"attr_res20_label": "",
-
"attr_res20_value": "",
-
"attr_res21_label": "",
-
"attr_res21_value": "",
-
"attr_res22_label": "",
-
"attr_res22_value": "",
-
"attr_res23_label": "",
-
"attr_res23_value": "",
-
"attr_res24_label": "",
-
"attr_res24_value": "",
-
"attr_res25_label": "",
-
"attr_res25_value": "",
-
"attr_res26_label": "",
-
"attr_res26_value": "",
-
"attr_res27_label": "",
-
"attr_res27_value": "",
-
"attr_res28_label": "",
-
"attr_res28_value": "",
-
"attr_res29_label": "",
-
"attr_res29_value": "",
-
"attr_res30_label": "",
-
"attr_res30_value": ""
- }
- ]
- }
予約データ取得項目
| キー |
説明 |
型 |
例 |
補足 |
| total_number |
対象件数 |
数値 |
150 |
|
| number |
取得件数 |
数値 |
100 |
|
| from |
開始行 |
数値 |
1 |
|
| to |
終了行 |
数値 |
100 |
|
| reservation_id |
予約番号 |
数値 |
10001 |
|
| customer_id |
予約者会員番号 |
数値 |
12345 |
会員に対してユニーク(ゲスト予約場合は空) |
| customer_login_id |
予約者会員ログインID |
文字列 |
abc123 |
ゲスト予約の場合は空 |
| customer_name |
予約者お名前 |
文字列 |
予約太郎 |
|
| customer_kana |
予約者フリガナ |
文字列 |
ヨヤクタロウ |
|
| customer_mail |
予約者メールアドレス |
文字列 |
abc@example.com |
|
| customer_zip |
予約者郵便番号 |
文字列 |
4300917 |
|
| customer_prefecture |
予約者都道府県名 |
文字列 |
東京都 |
|
| customer_address1 |
予約者住所1 |
文字列 |
港区南青山一丁目 |
|
| customer_address2 |
予約者住所2 |
文字列 |
青山ビル |
|
| customer_tel |
予約者電話番号 |
文字列 |
|
|
| customer_sex |
予約者性別 |
文字列 |
|
|
| customer_birth_year |
予約者生年月日年 |
数値 |
2017 |
|
| customer_birth_month |
予約者生年月日月 |
数値 |
6 |
|
| customer_birth_day |
予約者生年月日日 |
数値 |
1 |
|
| customer_extension_id |
連携会員ID |
文字列 |
123abc |
|
| reservation_date |
予約日 |
日付 |
2020/7/31 |
yyyy/mm/dd 形式 |
| reservation_time |
開始時間 |
日付 |
10:30 |
HH:mm 形式 |
| category_id |
カテゴリID |
数値 |
1 |
|
| category_name |
カテゴリ |
文字列 |
新宿店 |
|
| main_menu_id |
メインメニューID |
数値 |
1 |
|
| main_menu_name |
メインメニュー |
文字列 |
来店相談 |
|
| timetable_id |
時間割ID |
数値 |
1 |
|
| anyone_flg |
指名なし |
数値 |
1 |
1(指名なし)or 0 |
| sub_menu_id |
サブメニューID |
数値 |
1 |
|
| sub_menu_name |
サブメニュー |
文字列 |
運用相談 |
|
| equipment_id |
設備ID |
数値 |
1 |
|
| equipment_name |
設備 |
文字列 |
受付ブース1 |
|
| staff_id |
担当ID |
数値 |
1 |
|
| staff_name |
担当 |
文字列 |
インストラクター1 |
|
| option_id |
オプションID |
数値 |
1 |
|
| option_name |
オプション名 |
文字列 |
マイク |
|
| option_num |
オプション数 |
数値 |
5 |
|
| option_unit |
オプション単位 |
文字列 |
個 |
|
| required_minute |
所要時間[分] |
数値 |
30 |
|
| reservation_number |
予約数 |
数値 |
2 |
|
| amount |
合計金額[円] |
数値 |
6500 |
|
| payment_status |
決済 |
文字列 |
済 |
済 or 審査中 or キャンセル or 空 |
| payment_transaction_id |
決済ID |
文字列 |
test19502278 |
|
| reservation_message |
備考欄 |
文字列 |
2人で参加します。 よろしくお願いします。 |
|
| registered_datetime |
予約手続日時 |
日付 |
2020/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| registered_operation_type |
予約手続 |
文字列 |
管理画面 |
管理画面 or 予約サイト |
| update_datetime |
最終更新日時 |
日付 |
2020/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| memo |
管理メモ |
文字列 |
初めての方 クーポン利用 |
|
| unfixed_flg |
仮予約フラグ |
数値 |
0 |
1(仮予約)or 0 |
| unfixed_result_flg |
仮予約結果フラグ |
数値 |
0 |
0(処理なし/通常予約) or 1(承認) or 2(拒否) |
| history_flg |
予約履歴フラグ |
数値 |
1 |
1(履歴)or 0 |
| cancel_flg |
予約キャンセルフラグ |
数値 |
0 |
1(キャンセル)or 0 |
| cancel_message |
キャンセルコメント |
文字列 |
出張になってしまったので、こちらはキャンセルします。 一週間後に予約しました。 |
|
| block_flg |
予約ブロックフラグ |
数値 |
1 |
1(予約ブロック)or 0 |
| cancel_datetime |
キャンセル日時 |
日付 |
2020/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| cancel_guest_code |
ゲスト用確認コード |
文字列 |
1j4u7yds2iqg |
|
| online_meeting_info |
Web会議情報 |
文字列 |
ABC123&# |
|
| google_event_id |
Googleカレンダー イベントID |
文字列 |
|
|
| google_meet_url |
Google Meet URL |
文字列 |
https://meet.google.com/***** |
|
| zoom_url |
Zoom URL(参加者用) |
文字列 |
https://zoom.us/j/12345678901?pwd=****** |
|
| zoom_id |
Zoom ID |
文字列 |
12345678901 |
|
| zoom_password |
Zoom password |
文字列 |
byy74HaWY |
|
| zoom_url_host |
Zoom URL(ホスト用) |
文字列 |
https://zoom.us/s/12345678901 |
|
| device |
デバイス |
文字列 |
PC |
PC or スマホ or タブレット or API |
| ip_address |
アクセスIP |
文字列 |
192.168.0.1 |
|
| attr_orgd1_label |
カスタム記念日ラベル1 |
文字列 |
結婚記念日 |
|
| attr_orgd1_value |
カスタム記念日値1 |
日付 |
12/31 |
|
| attr_orgd2_label |
カスタム記念日ラベル2 |
文字列 |
|
|
| attr_orgd2_value |
カスタム記念日値2 |
日付 |
|
|
| attr_orgd3_label |
カスタム記念日ラベル3 |
文字列 |
|
|
| attr_orgd3_value |
カスタム記念日値3 |
日付 |
|
|
| attr_orgd4_label |
カスタム記念日ラベル4 |
文字列 |
|
|
| attr_orgd4_value |
カスタム記念日値4 |
日付 |
|
|
| attr_orgd5_label |
カスタム記念日ラベル5 |
文字列 |
|
|
| attr_orgd5_value |
カスタム記念日値5 |
日付 |
|
|
| attr_org1_label |
カスタム属性ラベル1 |
文字列 |
|
255文字以内のラベル情報 |
| attr_org1_value |
カスタム属性値1 |
文字列 |
|
管理者が任意に設定できる予約者の追加情報(アンケートやオプション)。複数選択できる項目の場合(チェックボックス)は#区切りとなります。 例: #いちご#メロン# |
| attr_org2_label |
カスタム属性ラベル2 |
文字列 |
|
|
| attr_org2_value |
カスタム属性値2 |
文字列 |
|
|
| attr_org3_label |
カスタム属性ラベル3 |
文字列 |
|
|
| attr_org3_value |
カスタム属性値3 |
文字列 |
|
|
| attr_org4_label |
カスタム属性ラベル4 |
文字列 |
|
|
| attr_org4_value |
カスタム属性値4 |
文字列 |
|
|
| attr_org5_label |
カスタム属性ラベル5 |
文字列 |
|
|
| attr_org5_value |
カスタム属性値5 |
文字列 |
|
|
| attr_org6_label |
カスタム属性ラベル6 |
文字列 |
|
|
| attr_org6_value |
カスタム属性値6 |
文字列 |
|
|
| attr_org7_label |
カスタム属性ラベル7 |
文字列 |
|
|
| attr_org7_value |
カスタム属性値7 |
文字列 |
|
|
| attr_org8_label |
カスタム属性ラベル8 |
文字列 |
|
|
| attr_org8_value |
カスタム属性値8 |
文字列 |
|
|
| attr_org9_label |
カスタム属性ラベル9 |
文字列 |
|
|
| attr_org9_value |
カスタム属性値9 |
文字列 |
|
|
| attr_org10_label |
カスタム属性ラベル10 |
文字列 |
|
|
| attr_org10_value |
カスタム属性値10 |
文字列 |
|
|
| attr_org11_label |
カスタム属性ラベル11 |
文字列 |
|
|
| attr_org11_value |
カスタム属性値11 |
文字列 |
|
|
| attr_org12_label |
カスタム属性ラベル12 |
文字列 |
|
|
| attr_org12_value |
カスタム属性値12 |
文字列 |
|
|
| attr_org13_label |
カスタム属性ラベル13 |
文字列 |
|
|
| attr_org13_value |
カスタム属性値13 |
文字列 |
|
|
| attr_org14_label |
カスタム属性ラベル14 |
文字列 |
|
|
| attr_org14_value |
カスタム属性値14 |
文字列 |
|
|
| attr_org15_label |
カスタム属性ラベル15 |
文字列 |
|
|
| attr_org15_value |
カスタム属性値15 |
文字列 |
|
|
| attr_org16_label |
カスタム属性ラベル16 |
文字列 |
|
|
| attr_org16_value |
カスタム属性値16 |
文字列 |
|
|
| attr_org17_label |
カスタム属性ラベル17 |
文字列 |
|
|
| attr_org17_value |
カスタム属性値17 |
文字列 |
|
|
| attr_org18_label |
カスタム属性ラベル18 |
文字列 |
|
|
| attr_org18_value |
カスタム属性値18 |
文字列 |
|
|
| attr_org19_label |
カスタム属性ラベル19 |
文字列 |
|
|
| attr_org19_value |
カスタム属性値19 |
文字列 |
|
|
| attr_org20_label |
カスタム属性ラベル20 |
文字列 |
|
|
| attr_org20_value |
カスタム属性値20 |
文字列 |
|
|
| attr_org21_label |
カスタム属性ラベル21 |
文字列 |
|
|
| attr_org21_value |
カスタム属性値21 |
文字列 |
|
|
| attr_org22_label |
カスタム属性ラベル22 |
文字列 |
|
|
| attr_org22_value |
カスタム属性値22 |
文字列 |
|
|
| attr_org23_label |
カスタム属性ラベル23 |
文字列 |
|
|
| attr_org23_value |
カスタム属性値23 |
文字列 |
|
|
| attr_org24_label |
カスタム属性ラベル24 |
文字列 |
|
|
| attr_org24_value |
カスタム属性値24 |
文字列 |
|
|
| attr_org25_label |
カスタム属性ラベル25 |
文字列 |
|
|
| attr_org25_value |
カスタム属性値25 |
文字列 |
|
|
| attr_org26_label |
カスタム属性ラベル26 |
文字列 |
|
|
| attr_org26_value |
カスタム属性値26 |
文字列 |
|
|
| attr_org27_label |
カスタム属性ラベル27 |
文字列 |
|
|
| attr_org27_value |
カスタム属性値27 |
文字列 |
|
|
| attr_org28_label |
カスタム属性ラベル28 |
文字列 |
|
|
| attr_org28_value |
カスタム属性値28 |
文字列 |
|
|
| attr_org29_label |
カスタム属性ラベル29 |
文字列 |
|
|
| attr_org29_value |
カスタム属性値29 |
文字列 |
|
|
| attr_org30_label |
カスタム属性ラベル30 |
文字列 |
|
|
| attr_org30_value |
カスタム属性値30 |
文字列 |
|
|
| attr_res1_label |
予約属性ラベル1 |
文字列 |
|
255文字以内のラベル情報 |
| attr_res1_value |
予約属性値1 |
文字列 |
|
管理者が任意に設定できる予約の追加情報(アンケートやオプション)。複数選択できる項目の場合(チェックボックス)は # 区切りとなります。 例: #いちご#メロン# |
| attr_res2_label |
予約属性ラベル2 |
文字列 |
|
|
| attr_res2_value |
予約属性値2 |
文字列 |
|
|
| attr_res3_label |
予約属性ラベル3 |
文字列 |
|
|
| attr_res3_value |
予約属性値3 |
文字列 |
|
|
| attr_res4_label |
予約属性ラベル4 |
文字列 |
|
|
| attr_res4_value |
予約属性値4 |
文字列 |
|
|
| attr_res5_label |
予約属性ラベル5 |
文字列 |
|
|
| attr_res5_value |
予約属性値5 |
文字列 |
|
|
| attr_res6_label |
予約属性ラベル6 |
文字列 |
|
|
| attr_res6_value |
予約属性値6 |
文字列 |
|
|
| attr_res7_label |
予約属性ラベル7 |
文字列 |
|
|
| attr_res7_value |
予約属性値7 |
文字列 |
|
|
| attr_res8_label |
予約属性ラベル8 |
文字列 |
|
|
| attr_res8_value |
予約属性値8 |
文字列 |
|
|
| attr_res9_label |
予約属性ラベル9 |
文字列 |
|
|
| attr_res9_value |
予約属性値9 |
文字列 |
|
|
| attr_res10_label |
予約属性ラベル10 |
文字列 |
|
|
| attr_res10_value |
予約属性値10 |
文字列 |
|
|
| attr_res11_label |
予約属性ラベル11 |
文字列 |
|
|
| attr_res11_value |
予約属性値11 |
文字列 |
|
|
| attr_res12_label |
予約属性ラベル12 |
文字列 |
|
|
| attr_res12_value |
予約属性値12 |
文字列 |
|
|
| attr_res13_label |
予約属性ラベル13 |
文字列 |
|
|
| attr_res13_value |
予約属性値13 |
文字列 |
|
|
| attr_res14_label |
予約属性ラベル14 |
文字列 |
|
|
| attr_res14_value |
予約属性値14 |
文字列 |
|
|
| attr_res15_label |
予約属性ラベル15 |
文字列 |
|
|
| attr_res15_value |
予約属性値15 |
文字列 |
|
|
| attr_res16_label |
予約属性ラベル16 |
文字列 |
|
|
| attr_res16_value |
予約属性値16 |
文字列 |
|
|
| attr_res17_label |
予約属性ラベル17 |
文字列 |
|
|
| attr_res17_value |
予約属性値17 |
文字列 |
|
|
| attr_res18_label |
予約属性ラベル18 |
文字列 |
|
|
| attr_res18_value |
予約属性値18 |
文字列 |
|
|
| attr_res19_label |
予約属性ラベル19 |
文字列 |
|
|
| attr_res19_value |
予約属性値19 |
文字列 |
|
|
| attr_res20_label |
予約属性ラベル20 |
文字列 |
|
|
| attr_res20_value |
予約属性値20 |
文字列 |
|
|
| attr_res21_label |
予約属性ラベル21 |
文字列 |
|
|
| attr_res21_value |
予約属性値21 |
文字列 |
|
|
| attr_res22_label |
予約属性ラベル22 |
文字列 |
|
|
| attr_res22_value |
予約属性値22 |
文字列 |
|
|
| attr_res23_label |
予約属性ラベル23 |
文字列 |
|
|
| attr_res23_value |
予約属性値23 |
文字列 |
|
|
| attr_res24_label |
予約属性ラベル24 |
文字列 |
|
|
| attr_res24_value |
予約属性値24 |
文字列 |
|
|
| attr_res25_label |
予約属性ラベル25 |
文字列 |
|
|
| attr_res25_value |
予約属性値25 |
文字列 |
|
|
| attr_res26_label |
予約属性ラベル26 |
文字列 |
|
|
| attr_res26_value |
予約属性値26 |
文字列 |
|
|
| attr_res27_label |
予約属性ラベル27 |
文字列 |
|
|
| attr_res27_value |
予約属性値27 |
文字列 |
|
|
| attr_res28_label |
予約属性ラベル28 |
文字列 |
|
|
| attr_res28_value |
予約属性値28 |
文字列 |
|
|
| attr_res29_label |
予約属性ラベル29 |
文字列 |
|
|
| attr_res29_value |
予約属性値29 |
文字列 |
|
|
| attr_res30_label |
予約属性ラベル30 |
文字列 |
|
|
| attr_res30_value |
予約属性値30 |
文字列 |
|
|
キャンセル待ちデータ
キャンセル待ちリストを取得します。
メソッド
URL
クエリパラメータ
| パラメータ名 |
説明 |
型 |
例 |
補足 |
| offset |
取得データ開始位置 |
数値 |
100 |
初期値 0 |
| count |
データ取得件数 |
数値 |
50 |
初期値100 / 最大値100 |
| reservation_id |
キャンセル待ち番号 |
数値 |
10001 |
|
| customer_extension_id |
連携会員ID |
文字列 |
123abc |
|
| reservation_date_from |
予約日(From) |
日付 |
2025/07/31 |
yyyy/mm/dd 形式 |
| reservation_date_to |
予約日(To) |
日付 |
2026/07/31 |
yyyy/mm/dd 形式 |
| category_id |
カテゴリID |
数値 |
1 |
|
| main_menu_id |
メインメニューID |
数値 |
1 |
|
| timetable_id |
時間割ID |
数値 |
1 |
|
| sub_menu_id |
サブメニューID |
数値 |
1 |
|
| staff_id |
担当ID |
数値 |
1 |
|
| registered_datetime_from |
キャンセル待ち手続日時(From) |
日付 |
2025/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| registered_datetime_to |
キャンセル待ち手続日時(To) |
日付 |
2025/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| notified_flg |
通知 |
数値 |
0 |
1(済) or 0 |
| notified_datetime_from |
通知日時(From) |
日付 |
2025/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| notified_datetime_to |
通知日時(To) |
日付 |
2025/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
レスポンス例
レスポンスヘッダ
- HTTP/1.1 200 OK
- Content-Type:application/json;charset=utf-8
レスポンスボディ
- {
-
"total_number": 2,
-
"position": {
-
"number":2,
-
"from":1,
-
"to":2
- },
-
"results": [
- {
-
"reservation_id": 10015,
-
"customer_mail": "xxxxxxxxxxx@example.com",
-
"customer_extension_id": "",
-
"reservation_date": "2025/05/04",
-
"reservation_time": "11:00",
-
"category_id": null,
-
"category_name": "",
-
"main_menu_id": 4,
-
"main_menu_name": "メインメニュー4",
-
"timetable_id": null,
-
"sub_menu_id": 1,
-
"sub_menu_name": "サブメニュー1",
-
"staff_id": null,
-
"staff_name": "",
-
"options": [],
-
"required_minute": 60,
-
"registered_datetime": "2025/05/01 14:22:13",
-
"update_datetime": "2025/05/01 14:22:13",
-
"device": "PC",
-
"notified_flg": 1,
-
"notified_datetime": "2025/05/02 14:25:39"
- },
- {
-
"reservation_id": 10016,
-
"customer_mail": "xxxxxxxxxxx@example.com",
-
"customer_extension_id": "",
-
"reservation_date": "2025/05/05",
-
"reservation_time": "14:00",
-
"category_id": null,
-
"category_name": "",
-
"main_menu_id": 4,
-
"main_menu_name": "メインメニュー4",
-
"timetable_id": null,
-
"sub_menu_id": 2,
-
"sub_menu_name": "サブメニュー2",
-
"staff_id": null,
-
"staff_name": "",
-
"options": [],
-
"required_minute": 60,
-
"registered_datetime": "2025/05/01 14:22:40",
-
"update_datetime": "2025/05/01 14:22:40",
-
"device": "PC",
-
"notified_flg": 0,
-
"notified_datetime": null
- }
- ]
- }
キャンセル待ちデータ取得項目
| キー |
説明 |
型 |
例 |
補足 |
| total_number |
対象件数 |
数値 |
150 |
|
| number |
取得件数 |
数値 |
100 |
|
| from |
開始行 |
数値 |
1 |
|
| to |
終了行 |
数値 |
100 |
|
| reservation_id |
キャンセル待ち番号 |
数値 |
10015 |
|
| customer_mail |
キャンセル待ちメールアドレス |
文字列 |
abc@example.com |
|
| customer_extension_id |
連携会員ID |
文字列 |
123abc |
|
| reservation_date |
予約日 |
日付 |
2025/7/31 |
yyyy/mm/dd 形式 |
| reservation_time |
開始時間 |
日付 |
10:30 |
HH:mm 形式 |
| category_id |
カテゴリID |
数値 |
1 |
|
| category_name |
カテゴリ |
文字列 |
新宿店 |
|
| main_menu_id |
メインメニューID |
数値 |
1 |
|
| main_menu_name |
メインメニュー |
文字列 |
来店相談 |
|
| timetable_id |
時間割ID |
数値 |
1 |
|
| sub_menu_id |
サブメニューID |
数値 |
1 |
|
| sub_menu_name |
サブメニュー |
文字列 |
運用相談 |
|
| staff_id |
担当ID |
数値 |
1 |
|
| staff_name |
担当 |
文字列 |
インストラクター1 |
|
| required_minute |
所要時間 |
数値 |
30 |
|
| registered_datetime |
キャンセル待ち手続日時 |
日付 |
2025/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| update_datetime |
最終更新日時 |
日付 |
2025/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
| device |
デバイス |
文字列 |
PC |
PC or スマホ or タブレット or API |
| notified_flg |
通知 |
|
1 |
1(済) or 0(未) |
| notified_datetime |
通知日時 |
日付 |
2025/07/25 10:10:00 |
yyyy/mm/dd HH:mm:ss 形式 |
ご契約と料金に関して
ChoiceRESERVE APIをご利用になるには、ChoiceRESERVEのご契約に加え有償オプションのお申し込みが必要となります。また、参照系・更新系APIは予約データ、予約メニュー、時間割(スクールタイプのみ)と4種類あり、それぞれでご契約が必要です。
| オプション名 |
初期費用 |
月額料金 |
主な特徴 |
| 参照系API:予約データ |
110,000円 |
55,000円 |
予約データの取得が可能。 |
| 参照系API:予約メニュー |
110,000円 |
55,000円 |
予約メニューの詳細情報の取得が可能。 |
| 参照系API:時間割 |
110,000円 |
55,000円 |
時間割の詳細情報の取得が可能。(スクールタイプのみ) |
| 登録・更新系API:予約データ |
110,000円 |
55,000円 |
予約の登録・更新・キャンセルが可能。 |
尚、ご契約前にAPIをお試しされたい場合や料金についてはお問い合わせください。