{ "name": "PdfReport", "displayName": "PdfReport", "description": "Generates CAZCA PDF reports for the new DST.", "category": "", "helpUrl": "https://server6.tplgis.org/arcgis6/rest/directories/arcgisoutput/Geoprocessing/CAZCA_PdfReport_GPServer/Geoprocessing_CAZCA_PdfReport/PdfReport.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "REPORT_TYPE", "dataType": "GPString", "displayName": "REPORT_TYPE", "description": "The type of report, either \"PARCEL\" or \"WATERSHED\"", "direction": "esriGPParameterDirectionInput", "defaultValue": "PARCEL", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "PARCEL_OIDS", "dataType": "GPString", "displayName": "PARCEL_OIDS", "description": "Comma separated list of OBJECTID values for report features", "direction": "esriGPParameterDirectionInput", "defaultValue": "123456,123457", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OUTPUT_PDF", "dataType": "GPDataFile", "displayName": "OUTPUT_PDF", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }