構成済在庫のRESTエンドポイント
構成済在庫
構成済在庫のREST APIエンドポイント
- インベントリの作成
- メソッド: postパス:
/api/v2/constructed_inventories/
- インベントリの削除
- メソッド: deleteパス:
/api/v2/constructed_inventories/{id}/
- インベントリのリスト
- メソッド: getパス:
/api/v2/constructed_inventories/
- インベントリの取得
- メソッド: getパス:
/api/v2/constructed_inventories/{id}/
- インベントリの更新
- メソッド: patchパス:
/api/v2/constructed_inventories/{id}/
- インベントリの更新
- メソッド: putパス:
/api/v2/constructed_inventories/{id}/