Create a new inventory movement for a cycle Request body examples: Bird inflo...
Cycles
Create a new inventory movement for a cycle Request body examples: Bird inflo...
Create a new inventory movement for a cycle Request body examples: Bird inflow: { "type": "bird_inflow", "date": "2025-01-15", "birdMetrics": { "count": 34000, "age": 16, "weightPerBird": 850 } } Weight measurement: { "type": "weight", "date": "2025-01-22", "weightMetrics": { "averageWeightGrams": 900, "measurementMethod": "scale" } } Feed consumption: { "type": "feed", "date": "2025-02-20", "feedMetrics": { "consumedKg": 3400, "feedType": "Layer Starter" } } Egg collection: { "type": "egg_collection", "date": "2025-06-07", "eggMetrics": { "count": 6500, "avgWeightPerEgg": 62 } } Mortality: { "type": "mortality", "date": "2025-02-25", "mortalityMetrics": { "count": 3, "reason": "disease" } }
**Auth middleware:** `verifyToken`.
POST
Create a new inventory movement for a cycle Request body examples: Bird inflo...