{ "name": "WhereILive", "displayName": "Create Where I Live PDF", "description": "creates a PDF that shows the City services provided for an address identified by objectid", "category": "", "helpUrl": "https://gis.weatherfordtx.gov/arcgis/rest/directories/arcgisoutput/WhereILive_GPServer/WhereILive/WhereILive.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "ObjectId", "dataType": "GPLong", "displayName": "ObjectId", "description": "The objectid of a record in the Address_Location feature class", "direction": "esriGPParameterDirectionInput", "defaultValue": 2, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OuputFile", "dataType": "GPDataFile", "displayName": "OuputFile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }