{ "name": "ReportTool", "displayName": "ReportTool", "description": "Generates UDI blockgroup and place PDF reports.", "category": "", "helpUrl": "https://server6.tplgis.org/arcgis6/rest/directories/arcgisoutput/Geoprocessing/UDI_ReportTool_GPServer/Geoprocessing_UDI_ReportTool/ReportTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "POLYGON_OID", "dataType": "GPString", "displayName": "POLYGON_OID", "description": "ObjectId of the report polygon", "direction": "esriGPParameterDirectionInput", "defaultValue": "5", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "REPORT_TYPE", "dataType": "GPString", "displayName": "REPORT_TYPE", "description": "BGR for blockgroup or PLACE for place", "direction": "esriGPParameterDirectionInput", "defaultValue": "PLACE", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OUTPUT_PDF", "dataType": "GPDataFile", "displayName": "OUTPUT_PDF", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }