http://localhost:8000/api/v1
Retrieve a list of fruits associated with a given farm ID
farm_id
Farm ID
List of fruits
fruit
notes
prices
Insert a new fruit into the database
is_active
name
note
price
unit
variety
Fruit inserted successfully
data
errors
info
request_id
Delete a fruit identified by its ID
fruit_id
Fruit ID
Fruit deleted successfully
Update details of an existing fruit identified by its ID
Fruit updated successfully
Merge fruit data based on the provided request
source_fruit_ids
target_fruit_id
Fruit merged successfully
Retrieve a list of all fruit names for a specific farm
List of fruit names
Retrieve a list of all unique measurement units used for fruits in a specific farm
List of fruit units
units
Merge units from a source fruit into a target fruit
source_fruit_id
Fruit units merged successfully