複合キーの扱い
最終更新日: 2020年3月14日
R8 | R9
複合キーのモデル操作にはパラメータ指定方式を用います。
customerモデルに、主キーcustomeridとsubid項目があるとします。
http://localhost:8921/wagby/rest/customer/entry?customerid=1000&subid=100
methodはGETです。
http://localhost:8921/wagby/rest/customer/edit?customerid=1000&subid=100
methodはGETです。
http://localhost:8921/wagby/rest/customer/edit?customerid=1000&subid=100
methodはDELETEです。詳細データ取得
URL例
更新開始
URL例
削除
URL例