Constructed Inventories REST Endpoints
Constructed Inventories
REST API endpoints for Constructed Inventories
- Create an Inventory
- Method: postPath:
/api/v2/constructed_inventories/
- Delete an Inventory
- Method: deletePath:
/api/v2/constructed_inventories/{id}/
- List Inventories
- Method: getPath:
/api/v2/constructed_inventories/
- Retrieve an Inventory
- Method: getPath:
/api/v2/constructed_inventories/{id}/
- Update an Inventory
- Method: patchPath:
/api/v2/constructed_inventories/{id}/
- Update an Inventory
- Method: putPath:
/api/v2/constructed_inventories/{id}/