Constructed Inventories REST Endpoints

Constructed Inventories

REST API endpoints for Constructed Inventories

Create an Inventory
Method: post
Path: /api/v2/constructed_inventories/
Delete an Inventory
Method: delete
Path: /api/v2/constructed_inventories/{id}/
List Inventories
Method: get
Path: /api/v2/constructed_inventories/
Retrieve an Inventory
Method: get
Path: /api/v2/constructed_inventories/{id}/
Update an Inventory
Method: patch
Path: /api/v2/constructed_inventories/{id}/
Update an Inventory
Method: put
Path: /api/v2/constructed_inventories/{id}/