構築済インベントリの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}/