{ "name": "ExportWebMapTask", "displayName": "Export Web Map Task", "category": "", "helpUrl": "http://www.arcgis.finearts.go.th:6080/arcgis/rest/directories/arcgisoutput/Utilities/PrintingTools_GPServer/Utilities_PrintingTools/ExportWebMapTask.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web Map as JSON", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG32", "PNG8", "JPG", "GIF", "EPS", "SVG", "SVGZ" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "direction": "esriGPParameterDirectionInput", "defaultValue": "MAP_ONLY", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "A3 Landscape", "A3 Portrait", "A4 Landscape", "A4 Portrait", "Letter ANSI A Landscape", "Letter ANSI A Portrait", "Tabloid ANSI B Landscape", "Tabloid ANSI B Portrait", "MAP_ONLY" ] }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }