{ "name": "FindAddressParcel", "displayName": "Find Address Parcel", "description": "Find the parcel that includes a given address", "category": "", "helpUrl": "https://gis.huntingtonbeachca.gov/arcgis/rest/directories/arcgisoutput/FindAddressParcel_GPServer/FindAddressParcel/FindAddressParcel.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Address", "dataType": "GPString", "displayName": "Address", "description": "Input address", "direction": "esriGPParameterDirectionInput", "defaultValue": "18592 Main St", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "SelectedAddress", "dataType": "GPFeatureRecordSetLayer", "displayName": "SelectedAddress", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "SelectedParcel", "dataType": "GPFeatureRecordSetLayer", "displayName": "SelectedParcel", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }