{ "name": "ParcelReportTool", "displayName": "Generate Parcel Report", "description": "Generates a formatted parcel report HTML for a given APN or ObjectID.", "category": "", "helpUrl": "https://gis.ventura.org/arcgis/rest/directories/arcgisoutput/WebTools/ParcelReportTool_GPServer/WebTools_ParcelReportTool/ParcelReportTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "apn_input", "dataType": "GPString", "displayName": "APN", "description": "Input 9 digit APN number", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "objectid_input", "dataType": "GPLong", "displayName": "ObjectID", "description": "For common parcels enter ObjectID", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output_html", "dataType": "GPDataFile", "displayName": "Output HTML", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }