Create Perennial
sia_create_perennialCreate a perennial plant record with name, field, area, planting date, crop, and variety to track perennial crops in SAP Intelligent Agriculture.
Instructions
Create a perennial plant record in the SIA PerennialsService.
Args:
name (string): Display name
description (string, optional): Notes
field_ID (string): UUID of the parent field
area_ID (string): UUID of the area
plantingDate (string): ISO date, e.g. "2026-01-02"
crop_ID (string): UUID of the crop type
variety_ID (string): UUID of the crop variety
Returns: Created Perennial object with ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| area_ID | Yes | ||
| crop_ID | Yes | ||
| field_ID | Yes | ||
| variety_ID | Yes | ||
| description | No | ||
| plantingDate | Yes | ISO date e.g. '2026-01-02' |