rb209_grass_defoliation_sequences
Retrieve available defoliation sequences for grass fields by specifying sward type, management, number of cuts, and new sward status. Use this to identify suitable cutting and grazing schedules for nutrient planning.
Instructions
GET /api/Grass/DefoliationSequences/{swardTypeId}/{swardManagementId}/{numberOfCuts}/{newSward} — Deprecated - The list of different defoliation sequences available for grass fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newSward | Yes | Whether a new sward (true) or not (false). | |
| swardTypeId | Yes | The sward type id of the field. | |
| numberOfCuts | Yes | The number of cuts made to the field in the season. | |
| swardManagementId | Yes | The sward management id of the field. |