受注排他制御テーブルの操作を行うことができます
GET /order_exclusive_controls/1.json?select=ORDER_NO
200 OK
[
{"ORDER_NO": "1"}
]
情報を格納したJSON値を返します。
POST /order_exclusive_controls/1.json
{"ORDER_NO":1}
200 OK
{"result": true}
DELETE /order_exclusive_controls/1.json
200 OK
{"result": true}