{ "name": "ExportWebMap", "displayName": "Export Web Map", "description": "ExportWebMap", "category": "", "helpUrl": "https://gistest.penndot.pa.gov/gis/rest/directories/arcgisoutput/giscore/mapcoreprint_GPServer/giscore_mapcoreprint/ExportWebMap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web_Map_as_JSON", "description": "WebMap JSON", "direction": "esriGPParameterDirectionInput", "defaultValue": "SKIP", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "The format. PDF is the only acceptable option", "direction": "esriGPParameterDirectionInput", "defaultValue": "SKIP", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout_Template", "description": "The template", "direction": "esriGPParameterDirectionInput", "defaultValue": "ANSI A Portrait (8.5x11)", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "ANSI A Landscape (11x8.5)", "ANSI A Portrait (8.5x11)", "ANSI B Landscape (17x11)", "ANSI B Portrait (11x17)", "ANSI C Landscape (22x17)", "ANSI C Portrait (17x22)", "ANSI D Landscape (34x22)", "ANSI D Portrait (22x34)", "ANSI E Landscape (44x34)", "ANSI E Portrait (34x44)" ] }, { "name": "LegendImageBase64", "dataType": "GPString", "displayName": "LegendImageBase64", "description": "An optional legend image encoded in base64", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "ExtentJson", "dataType": "GPString", "displayName": "ExtentJson", "description": "Optional extent json to zoom the map to", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }