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 |
string | no | Full US state name. MUST be an exact value from GetLookupOptions(lookup=state_name) or the call will fail. | |
county_name |
string | no | County name for the chosen state. MUST be an exact value from GetLookupOptions(lookup=county_name, state_name=...) or the call will fail. | |
commodity_name |
string | no | DATANAC commodity name. MUST be an exact value from GetLookupOptions(lookup=commodity_name) or the call will fail. | |
type_name |
string | no | DATANAC type name. MUST be an exact value from GetLookupOptions(lookup=type_name) or the call will fail. | |
crop_year |
int? | no | Crop year (typical filter). | |
is_active |
bool | no | true | Active rows only; default true. |