複合キーの扱い

最終更新日: 2020年3月14日
R8 | R9

詳細データ取得

customerモデルに、主キーcustomeridとsubid項目があるとします。

URL例

http://localhost:8921/wagby/rest/customer/entry?customerid=1000&subid=100

methodはGETです。

更新開始

URL例

http://localhost:8921/wagby/rest/customer/edit?customerid=1000&subid=100

methodはGETです。

削除

URL例

http://localhost:8921/wagby/rest/customer/edit?customerid=1000&subid=100

methodはDELETEです。