You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

WQM-03: Pesticide Product List (PestProdList)#41624/HEAD / v8
Tags:  not added yet

WQM-03: Pesticide Product List (PestProdList)[SERVICE-41624]

Tracker: Services Priority: NormalNormal Status: Deployed
Submitted by: casespMar 22 2018 14:15 Modified by: rumpalJun 20 2018 10:35 Type:
Data
Path: m/wqm/pestprodlist/2.1 Context: csip-wqm Version: 2.1
Endpoints: http://csip.engr.colostate.edu:8083/csip-wqm/m/wqm/pestprodlist/2.1
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
This service returns a list of pesticide products, their names, EPA numbers, product types, active ingredients and percentages. It adds the ability, over version 2.0, to search by database row_id, and was developed in support of NRCS RS 5.0.


The data source is the NRCS pesticide database kept current on an annual basis, derived from WinPST maintained by Eric Hesketh at University of Mass. at Amherst.


WQM-03 has been updated to include a new parameter and an additional pp_filter_name value.

The new parameter, "filter_operator", identifies how to combine all of the submitted filters into an SQL statement. The options are as an "OR" or as an "AND". The default value is "AND".

The additional pp_filter_name value is "product_row_id", to allow for searching for specific rows of the pesticide's products table by their internal row_id. When choosing to search for more than one product by row_id, one should set the "filter_operator" to be "OR".

{
    "metainfo": {},
    "parameter": [
        {
            "name": "max_products",
            "value": 40
        },
        {
            "name": "filters",
            "optional": false,
            "notes": "May contain more than one array element meeting the specifications listed in the first element of the 'value' key of this object.",
            "value": [
                [
                    {
                        "name": "pp_filter_name",
                        "optional": false,
                        "option1": "reg_no",
                        "option2": "prod_name",
                        "option3": "company_code",
                        "option4": "product_code",
                        "option5": "product_row_id",
                        "value": "reg_no",
                        "description": "This filter must contain one of the following: 'reg_no', 'prod_name', 'company_code', 'product_code'"
                    },
                    {
                        "name": "pp_filter_value",
                        "optional": false,
                        "value": "000",
                        "description": "This parameter specifies what value is being sought in the field specified in pp_filter_name.  The value may be string or integer type"
                    },
                    {
                        "name": "ends_with",
                        "optional": true,
                        "option1": true,
                        "option2": false,
                        "default": false,
                        "value": false,
                        "description": "This parameter when set to 'true' indicates that the pp_filter_value being sought in pp_filter_name must occur in the end of the word or data located in that column"
                    },
                    {
                        "name": "contains",
                        "optional": true,
                        "option1": true,
                        "option2": false,
                        "default": false,
                        "value": false,
                        "description": "This parameter when set to 'true' indicates that the pp_filter_value being sought in pp_filter_name must occur somewhere in the word or data located in that column"
                    },
                    {
                        "name": "begins_with",
                        "optional": true,
                        "option1": true,
                        "option2": false,
                        "default": false,
                        "value": true,
                        "description": "This parameter when set to 'true' indicates that the pp_filter_value being sought in pp_filter_name must occur at begining of the word or data located in that column"
                    },
                    {
                        "name": "is_exactly",
                        "optional": true,
                        "option1": true,
                        "option2": false,
                        "default": false,
                        "value": false,
                        "description": "This parameter when set to 'true' indicates that the pp_filter_value being sought in pp_filter_name must occur exactly in that column"
                    }
                ]
            ],
            "description": " Array of filters to use for a search into the pesticides database."
        },
        {
            "name": "filter_operator",
            "optional": true,
            "option1": "AND",
            "option2": "OR",
            "default": "AND",
            "value": "AND",
            "description": "Contains the operator to use in joining all of the specified filters during a search"
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "aee2ce87-74a7-11e8-8913-99e2afbb6309",
        "cloud_node": "10.1.15.14",
        "request_ip": "10.84.79.116",
        "service_url": "http://csip.engr.colostate.edu:8083/csip-wqm/m/wqm/pestprodlist/2.1",
        "csip.version": "$version: 2.2.15 df7e0a422edd 2018-03-29 lyaege, built at 2018-06-20 09:47 by jenkins$",
        "tstamp": "2018-06-20 10:33:37",
        "cpu_time": 535,
        "expiration_date": "2018-06-20 10:34:08"
    },
    "parameter": [
        {
            "name": "max_products",
            "value": 40
        },
        {
            "name": "filters",
            "optional": false,
            "notes": "May contain more than one array element meeting the specifications listed in the first element of the 'value' key of this object.",
            "value": [
                [
                    {
                        "name": "pp_filter_name",
                        "optional": false,
                        "option1": "reg_no",
                        "option2": "prod_name",
                        "option3": "company_code",
                        "option4": "product_code",
                        "option5": "product_row_id",
                        "value": "reg_no",
                        "description": "This filter must contain one of the options listed above."
                    },
                    {
                        "name": "pp_filter_value",
                        "optional": false,
                        "value": "000",
                        "description": "This parameter specifies what value is being sought in the field specified in pp_filter_name.  The value may be string or integer type"
                    },
                    {
                        "name": "ends_with",
                        "optional": true,
                        "option1": true,
                        "option2": false,
                        "default": false,
                        "value": false,
                        "description": "This parameter when set to 'true' indicates that the pp_filter_value being sought in pp_filter_name must occur in the end of the word or data located in that column"
                    },
                    {
                        "name": "contains",
                        "optional": true,
                        "option1": true,
                        "option2": false,
                        "default": false,
                        "value": false,
                        "description": "This parameter when set to 'true' indicates that the pp_filter_value being sought in pp_filter_name must occur somewhere in the word or data located in that column"
                    },
                    {
                        "name": "begins_with",
                        "optional": true,
                        "option1": true,
                        "option2": false,
                        "default": false,
                        "value": true,
                        "description": "This parameter when set to 'true' indicates that the pp_filter_value being sought in pp_filter_name must occur at begining of the word or data located in that column"
                    },
                    {
                        "name": "is_exactly",
                        "optional": true,
                        "option1": true,
                        "option2": false,
                        "default": false,
                        "value": false,
                        "description": "This parameter when set to 'true' indicates that the pp_filter_value being sought in pp_filter_name must occur exactly in that column"
                    }
                ]
            ],
            "description": " Array of filters to use for a search into the pesticides database."
        },
        {
            "name": "filter_operator",
            "optional": true,
            "option1": "AND",
            "option2": "OR",
            "default": "OR",
            "value": "AND",
            "description": "Contains the operator to use in joining all of the specified filters during a search"
        }
    ],
    "result": [
        {
            "name": "result_count",
            "value": "2215",
            "description": "Quantifies how many results were found for this search.  May be different than return_count if result_count exceeded the input variable for max_products"
        },
        {
            "name": "return_count",
            "value": 40,
            "description": "Actual count of products returned for this search.  May be smaller than the actual result size found, if max_products input value was set to a value less than the actual result size."
        },
        {
            "name": "pesticide_list",
            "value": [
                [
                    {
                        "name": "reg_no",
                        "value": "00000300001",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "3-1",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29588",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AMERICAN GARDEN PRODUCTS AGRO ROACH TABLETS",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29589",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HARRIS FAMOUS ROACH TABLETS",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29590",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MASTER ROACH TABLETS",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29591",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ROACH TABS",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29592",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "TROPICAL ROACH TABLETS",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "40.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Boric acid",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6356",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000300010",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "3-10",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29593",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HARRIS FAMOUS ROACH POWDER",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "99.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Boric acid",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6356",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000300011",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "3-11",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29594",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HARRIS HOME PEST CONTROL",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.03",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Deltamethrin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6686",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000300012",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "3-12",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29595",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HARRIS HOME PEST CONTROL CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "26.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Cypermethrin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6641",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400062",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-62",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29596",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BIRCH-N-BENDS BONIDE SULPHUR FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29597",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE SULPHUR PLANT FUNGICIDE MICRONIZED SPRAY OR DUST",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29598",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "DURIGS BONIDE SULPHUR FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29599",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "EATON SULFUR FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29600",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GEE FARMS BONIDE SULPHUR FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29601",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GRO-WELL SULFUR MICRONIZED SPRAY OR DUST",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29602",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "LOVELLS BONIDE SULPHUR FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29603",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "O K HATCHERYS BONIDE SULPHUR FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29604",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "PORINCHAKS BONIDE SULPHUR PLANT FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29605",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SEASONS FOURS BONIDE SULPHUR FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29606",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "STAMBAUGHS PLANT DISEASE CONTROL - SULFUR DUST/SPRAY",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "90.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Sulfur",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8882",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400099",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-99",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29607",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "EARL MAY MALATHION 50% E INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29608",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MALATHION 50% E",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29609",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MALATHION 50% EC",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29610",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "TIGER BRAND 50% MALATHION",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "50.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Malathion",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "7530",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400122",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-122",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29611",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ACME LIQUID FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29612",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY BONIDE A COMPLETE FRUIT TREE SPRAY (LIQUID)",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29613",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY COMPLETE FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29614",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE A COMPLETE FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29615",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "COMPLETE FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29616",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "DOEBELS BONIDE A COMPLETE FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29617",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "EARL MAY FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29618",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29619",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GARDEN GATES BONIDE A COMPLETE FRUIT TREE SPRAY (LIQUID)",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29620",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GORDONS LIQUID FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29621",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GRO-WELL LIQUID FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29622",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GRO-WELL ROSE & ORNAMENTAL SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29623",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HECTORS BONIDE A COMPLETE FRUIT TREE SPRAY (LIQUID)",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29624",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HODGES BONIDE A COMPLETE FRUIT TREE SPRAY (LIQUID)",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29625",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "LIQUID FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29626",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "LODGES BONIDE CAPTAN 50% WP FUNGICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29627",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MELDRUMS BONIDE A COMPLETE FRUIT TREE SPRAY (LIQUID)",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29628",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MELDRUMS BONIDE FRUIT-VEGETABLE-ORNAMENTAL SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29629",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "RED PANTHER FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29630",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ROCKLAND LIQUID FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29631",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ROCKLAND ROSE, FLOWER AND EVERGREEN SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29632",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ROSE AND FLOWER SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29633",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ROSE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29634",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "TIGER BRAND LIQUID FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29635",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ZAMZOWS DEFENDZ FRUIT TREE SPRAY",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "6.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Malathion",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "7530",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.3",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Carbaryl",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6513",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "11.76",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Captan",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6494",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400142",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-142",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29636",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY EZ INSECT CONTROL YARD & GARDEN GRANULES",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29637",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "FRANKS BUG BEATER GRANULES",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29638",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GRUBTOX LAWN GRUB AND INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "4.6",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Carbaryl",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6513",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400143",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-143",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29639",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE SEVIN 5% DUST INSECTICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29640",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SEVIN 5% DUST",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "5.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Carbaryl",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6513",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400152",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-152",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29641",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE ORCHARD MOUSE BAIT",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "2.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Zinc phosphide",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "9400",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400285",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-285",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29642",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY MOLE CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29643",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY MOLE STOP",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29644",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE MOLETOX II",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "2.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Zinc phosphide",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "9400",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400309",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-309",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29645",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE ROSE, FLOWER, & ORNAMENTAL INSECT SPRAY READY-TO-USE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29646",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MORGRO ROSE, FLOWER & ORNAMENTAL INSECT SPRAY READY TO USE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29647",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MORGRO TOMATO-VEGTABLE SPRAY READY TO USE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29648",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ZAMZOW ROSE & FLOWER SPRAY READY TO USE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.02",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Pyrethrins",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8522",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.2",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Piperonyl butoxide",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8274",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400349",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-349",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29649",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE POTATO BEETLE BEATER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29650",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HOMEFRONT TERMITE & CARPENTER ANT KILLER CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29651",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SURRENDER TERMITE KILLER II",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29652",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "TERMITE KILLER II",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "13.3",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400350",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-350",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29653",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE INSECT SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29654",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "COULSTONS TM PERMAKIL R 4 WEEK TICK KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29655",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "COUNTRY VET FARMGARD PERMETHRIN CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29656",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "FLIT (TM) 13.3 EC",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29657",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "PERMA-KILLER 13.3% PERMETHRIN SOLUTION",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29658",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "PERMETHRIN 13.3%",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29659",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "PRIBAN L.O.",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29660",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SAWYER CONCENTRATE 13.3% PERMETHRIN SOLUTION",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29661",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SOUTHERN STATES TOTAL PEST CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29662",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SU-PER PERMAKIL CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29663",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "TIGER BRAND INDOOR/OUTDOOR PEST CONTROL",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "13.3",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400358",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-358",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29664",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE PERMAKIL RTU PERMETHRIN SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29665",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HOMEFRONT BEGBUG KILLER RTU",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.5",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400371",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-371",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29666",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE PYRENONE GARDEN SPRAY CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "1.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Pyrethrins",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8522",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "10.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Piperonyl butoxide",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8274",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400376",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-376",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29667",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE PYRENONE MOSQUITO FOGGING SPRAY",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "2.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Piperonyl butoxide",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8274",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.25",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Pyrethrins",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8522",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400382",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-382",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29668",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE BONTOX MULTI-PURPOSE INSECTICIDE CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.425",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Esfenvalerate",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6985",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400383",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-383",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29669",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE RTU VEGETABLE & ORNAMENTAL INSECT SPRAY",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.0033",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Esfenvalerate",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6985",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400384",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-384",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29670",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE FLEA AND TICK SPRAY FOR LAWNS",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.44",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Esfenvalerate",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6985",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400385",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-385",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29671",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE PYRETHRIN CONCENTRATE 60-6",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "6.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Pyrethrins",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8522",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "60.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Piperonyl butoxide",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8274",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400392",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-392",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29672",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY WASP & HORNET KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29673",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE WASP & HORNET SPRAY",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.5",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Piperonyl butoxide",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8274",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.1",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Tetramethrin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8961",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.25",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400393",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-393",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29674",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE PERMAKIL 25",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29675",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "DEXOL HOME INSECT KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29676",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ULTRA STOP HOME INSECT KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29677",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "VIPER RTU",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.25",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400395",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-395",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29678",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HOT PEPPER WAX CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "2.0E-4",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Capsaicin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6492",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400396",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-396",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29679",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SHOT GUN HOT PEPPER WAX ANIMAL REPELLENT CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "2.0E-4",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Capsaicin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6492",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400397",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-397",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29680",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HOT PEPPER WAX READY-FOR-USE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.1125",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Capsaicin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6492",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400398",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-398",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29681",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SHOT GUN HOT PEPPER WAX ANIMAL REPELLENT",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "1.0E-4",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Capsaicin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6492",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400400",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-400",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29682",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY LAWN WEED KILLER CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29683",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE LAWN WEED KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29684",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GREEN THUMB CONCENTRATE LAWN WEED KILLER",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.84",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Dicamba, dimethylamine salt",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6747",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "7.59",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "2,4-D, dimethylamine salt",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "5148",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400401",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-401",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29685",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY LAWN WEED KILLER RTU",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29686",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY POISON OAK & IVY KILLER RTU",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29687",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE LAWN WEED KILLER W/TRIMEC",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29688",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GREEN THUMB READY TO USE LAWN WEED KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29689",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HY-VEE LAWN WEEDER READY TO USE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29690",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MEIJER LAWN WEED KILLER READY TO USE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.6",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "2,4-D, dimethylamine salt",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "5148",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.07",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Dicamba, dimethylamine salt",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6747",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400407",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-407",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29691",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE EIGHT INSECT CONTROL YARD & GARDEN READY TO SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29692",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "EARL MAY EIGHT INSECT CONTROL YARD GARDEN READY TO SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29693",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "FRANKS BUG BEATER READY TO SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29694",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "FRANKS BUG BEATER YARD & GARDEN INSECT CONTROL READY TO SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29695",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GORDONS BUG-NO-MORE YARD & GARDEN READY SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29696",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GREEN THUMB READY TO SPRAY LAWN & GARDEN INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29697",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GROUNDWORK(TM) HOSE END MULTI-INSECT KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29698",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HOMEFRONT YARD & GARDEN INSECT KILLER READY TO SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29699",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HOMEFRONT YARD & GARDEN INSECT KILLER RTS",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29700",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MARTINS MOSQUITO MASTER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29701",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MARTINS VIPER YARD & GARDEN READY TO SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29702",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ZAMZOWS Z-ONE INSECT CONTROL (READY TO SPRAY)",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "2.5",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400408",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-408",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29703",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY EZ INSECT CONTROL YARD & GARDEN",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29704",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE EIGHT INSECT CONTROL CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29705",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "EARL MAY EIGHT INSECT CONTROL VEGETABLE, FRUIT & FLOWER CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29706",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GORDONS BUG-NO-MORE YARD & GARDEN INSECT SPRAY",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29707",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GREEN THUMB CONCENTRATE LAWN & GARDEN INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29708",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GROUNWORK(TM) CONCENTRATE MULTI-INSECT KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29709",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HOMEFRONT YARD & GARDEN INSECT KILLER CONCENTRATE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29710",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "TIGER BRAND 7 SUPER CONCENTRATED INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29711",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "TIGER BRAND LAWN INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29712",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ZAMZOWS Z-ONE INSECT CONTROL (CONCENTRATE)",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "2.5",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400409",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-409",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29713",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE EIGHT INSECT CONTROL DUST",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29714",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "EARL MAY EIGHT INSECT CONTROL GARDEN DUST",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29715",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "FRANKS BUG BEATER DUST",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.125",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400410",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-410",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29716",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE FUNG-ONIL MULTI-PURPOSE FUNGICIDE READY TO USE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.087",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Chlorothalonil",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "5850",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400412",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-412",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29717",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE MALATHION INSECT SPRAY",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "55.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Malathion",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "7530",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400413",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-413",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29718",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SEVIN GARDEN DUST",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "5.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Carbaryl",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6513",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400422",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-422",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29719",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE EIGHT INSECT CONTROL DELTA GRANULES",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29720",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "FIRE IN THE HOLE RESIDUAL GRANULAR INSECTICIDE",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29721",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MARTINS DELTA-SHIELD INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29722",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "MARTINS DELTA-SHIELD INSECTICIDE GRANULES",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.1",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Deltamethrin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6686",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400425",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-425",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29723",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY ANT & SOIL GRANULES",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29724",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY ANT KILLER GRANULES",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29725",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE LAWN DEGRUBBER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29726",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "GREEN THUMB GRANULES LAWN INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29727",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ZAMZOWS ANT KILLER",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.25",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400427",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-427",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29728",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AMERICAN CYPER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29729",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE CYPERACTIVE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "26.0",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Cypermethrin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "6641",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400429",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-429",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29730",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE YARD & PATIO FOGGER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29731",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "INSIDE-OUT FOGGING INSECTICIDE",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.15",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.15",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Tetramethrin",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8961",
                                    "description": "Active ingredient database Id"
                                }
                            ],
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.75",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Piperonyl butoxide",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8274",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "reg_no",
                        "value": "00000400430",
                        "description": "EPA product registration number (EPA Reg. No.) in padded form"
                    },
                    {
                        "name": "app_area_id",
                        "value": "1",
                        "description": "Application Area String database Id"
                    },
                    {
                        "name": "epa_code",
                        "value": "4-430",
                        "description": "EPA product registration number (EPA Reg. No.)"
                    },
                    {
                        "name": "app_method_id",
                        "value": "1",
                        "description": "Application Method String database Id"
                    },
                    {
                        "name": "pesticide_list",
                        "value": [
                            [
                                {
                                    "name": "product_id",
                                    "value": "29732",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "AGWAY EZ INSECT CONTROL",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29733",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "BONIDE EIGHT INSECT CONTROL PLUS",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29734",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "HOMEFRONT PET & GARDEN DUST",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29735",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "SEIGE 2 CONTACT & RESIDUAL KILL INSECTICIDE DUST",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29736",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "TIGER BRAND FLEA & TICK KILLER",
                                    "description": "EPA product name"
                                }
                            ],
                            [
                                {
                                    "name": "product_id",
                                    "value": "29737",
                                    "description": "Database Id of the product name"
                                },
                                {
                                    "name": "product_name",
                                    "value": "ZAMZOWS Z-ONE READY-TO-USE GARDEN DUST",
                                    "description": "EPA product name"
                                }
                            ]
                        ]
                    },
                    {
                        "name": "active_ingredient_list",
                        "value": [
                            [
                                {
                                    "name": "ai_pct",
                                    "value": "0.25",
                                    "unit": "Percent",
                                    "description": "Active ingredient percent"
                                },
                                {
                                    "name": "ai_name",
                                    "value": "Permethrin, mixed cis,trans",
                                    "description": "Active ingredient name"
                                },
                                {
                                    "name": "default_app_rate_id",
                                    "value": "1",
                                    "description": "Default application rate database id"
                                },
                                {
                                    "name": "ai_id",
                                    "value": "8146",
                                    "description": "Active ingredient database Id"
                                }
                            ]
                        ]
                    }
                ]
            ],
            "description": "List of products found in the database matching the search criteria"
        }
    ]
}
Details
Comments & Attachments
Associations
Children
SCM Commits
History (8)
Baselines
All (8)

Filter
 
No data to display.