Create Crop Zone KPI
sia_create_crop_zone_kpiAdd a KPI value, such as total production estimate, to a specific crop zone using its UUID and KPI definition ID.
Instructions
Add a KPI value to a crop zone (e.g. total production estimate, per-tree production).
Args:
cropZone_ID (string): UUID of the crop zone to add the KPI to
kpiDefinition_ID (string): UUID of the KPI definition (what metric this measures)
entityType (string): Entity type, typically "CROP_ZONE"
estimatedValue (number): The numeric KPI value
Returns: Created KPI object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityType | No | Entity type, e.g. 'CROP_ZONE' | CROP_ZONE |
| cropZone_ID | Yes | UUID of the crop zone | |
| estimatedValue | Yes | Numeric KPI value | |
| kpiDefinition_ID | Yes | UUID of the KPI definition |