Get input schema for a specific movement type Frontend uses this to generate ...
Inventory
Get input schema for a specific movement type Frontend uses this to generate ...
Get input schema for a specific movement type Frontend uses this to generate form fields for that movement type Example: GET /api/v1/inventory/input-schema/bird_inflow Returns: { type: 'bird_inflow', label: 'Bird Inflow', requiredFields: [...], optionalFields: [...] }
GET
Get input schema for a specific movement type Frontend uses this to generate ...
Get input schema for all movement types Frontend uses this to know what field...Get example input payload for a specific movement type Frontend can use this ...