{ "name": "AddCodedValueToDomain", "displayName": "Add Coded Value To Domain", "description": "Geoprocessing tool that adds a value to a domain's coded value list.", "category": "", "helpUrl": "http://webgis2.ar-tel.it/arcgis/rest/directories/arcgisoutput/AddCodedValueToDomain_GPServer/AddCodedValueToDomain/AddCodedValueToDomain.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "code", "dataType": "GPString", "displayName": "Code Value", "description": "The value to be added to the specified domain's coded value list.", "direction": "esriGPParameterDirectionInput", "defaultValue": "14", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "code_description", "dataType": "GPString", "displayName": "Code Description", "description": "A description of what the coded value represents.", "direction": "esriGPParameterDirectionInput", "defaultValue": "pippo2", "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }