rb209_soil_nutrient_index_id_from_value
Determine the soil nutrient index ID for a given nutrient value by filtering on nutrient, methodology, and country. Converts measured nutrient concentrations into the corresponding index for RB209 nutrient planning.
Instructions
GET /api/Soil/NutrientIndexIdFromValue/{nutrientId}/{methodologyId}/{nutrientValue}/{countryId} — Individual nutrient index id - filtered by nutrient id, methodology id and nutrient value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| countryId | Yes | The value of country id | |
| nutrientId | Yes | The nutrient id to filter on | |
| methodologyId | Yes | The methodology id to filter on | |
| nutrientValue | Yes | The value of the nutrient (mg/litre) |