ArcPlc_ArcCoCountyYieldOverride_Search
Search county-level ARC-CO yield overrides (modeling / stress test inputs).
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
producer_token |
string | no | Producer scope token (GUID string). `producer_token` may be null or omitted when not specified: the authenticated user's session supplies it from the JWT `custom:producer_token` claim when that claim is present (typical for a signed-in producer). Admins must pass the producer GUID from chat context when acting on behalf of a producer. Omit this argument or send JSON null for autofill or when there is no producer scope; do not send an empty string (not a valid GUID and can cause parse errors). | |
agent_token |
string | no | Agent scope token (GUID string). Optional when the signed-in user is an agent: the server fills it from the JWT custom:agent_token claim if you omit it. Omit or JSON null when unused; do not send an empty string. | |
state_name |
UsStateName? | no | DATANAC enumerated state; full state name. | |
county_name |
string | no | DATANAC enumerated county. | |
commodity_name |
DatanacCommodityName? | no | DATANAC enumerated commodity name. | |
type_name |
DatanacTypeName? | no | DATANAC enumerated type name. | |
crop_year |
int? | no | Crop year (typical filter). | |
is_active |
bool | no | true | Active rows only; default true. |