- API Reference
- API Calls
- Batches
- Bins
- Carriers
- Clients
- Cost Centers
- Kits
- Kit Lines
- Locations
- Location Contents
- Materials
- Material Codes
- Material Properties
- Orders
- Order Lines
- Reports
- Report Rows
- Shelves
- Snapshots
- Stations
- Storage Rules
- Storage Units
- Transactions
- Users
- Warehouses
- Work Order Lines
- Zones
Storage Rules
Attributes
Endpoints
List Storage Rules
get /api/storage_rulesArguments
- description String
-
id
uuid
Unique identifier for the object.
- isDefaultBin Integer
- maxNumberLocations Integer
- minNumberLocations Integer
- minStockPerBin Integer
- packSize Integer
- packSizeUsageType Integer
- requiredCapacity Integer
Request with curl
curl "http://[Your IP]
/api/storage_rules" \
-X
get
\
-H "Content-Type: application/json" \
-H "Authorization: Bearer [Your JWT Access Token]"
Example Response
{
"storage rules": [{
}]
}]
}
Show Storage Rule
get /api/storage_rule/[id]Arguments
- description String
-
id
uuid
Unique identifier for the object.
Request with curl
curl "http://[Your IP]
/api/storage_rule/[id]" \
-X
get
\
-H "Content-Type: application/json" \
-H "Authorization: Bearer [Your JWT Access Token]"
Example Response
{
"storage rule": {
}
}