{ "name": "SAMSAutoComplete", "displayName": "SAMS AutoComplete", "description": "Updates various properties based on both spatial queries and queries to other domain tables.", "category": "", "helpUrl": "https://wvsams.mapwv.org/arcgis/rest/directories/arcgisoutput/SAMS/SAMSII_AutoComplete_GPServer/SAMS_SAMSII_AutoComplete/SAMSAutoComplete.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "FIPSCode", "dataType": "GPString", "displayName": "FIPS Code", "description": "FIPS Code for the county whose data will be updated", "direction": "esriGPParameterDirectionInput", "defaultValue": "54029", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ProcessingMode", "dataType": "GPString", "displayName": "Processing Mode", "description": "Used to tell the system whether to run against the Test or Production database", "direction": "esriGPParameterDirectionInput", "defaultValue": "Test", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Test", "Production" ] }, { "name": "ParameterDatabase", "dataType": "GPString", "displayName": "Parameter Database", "description": "Defines the database connection to be used", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\gistc-inFileSrv1-22\\Projects\\SAMS_II\\Programming\\GISTC.sde", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UserName", "dataType": "GPString", "displayName": "User Name", "description": "Username of the person running the process", "direction": "esriGPParameterDirectionInput", "defaultValue": "YHan", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateSAPStates", "dataType": "GPBoolean", "displayName": "Update SAP States", "description": "Flag indicating if the SAP States should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateSAPZipCodes", "dataType": "GPBoolean", "displayName": "Update SAP ZipCodes", "description": "Flag indicating if the SAP Zip Codes should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateSAPMSAGs", "dataType": "GPBoolean", "displayName": "Update SAP MSAGs", "description": "Flag indicating if the SAP MSAGs should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateSAPESNs", "dataType": "GPBoolean", "displayName": "Update SAP ESNs", "description": "Flag indicating if the SAP ESNs should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateSAPPostalLLCs", "dataType": "GPBoolean", "displayName": "Update SAP PostalLLCs", "description": "Flag indicating if the SAP Postal Codes should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateSAPMunicipalities", "dataType": "GPBoolean", "displayName": "UpdateSAPMunicipalities", "description": "Flag indicating if the SAP Municipalities should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateRCLZipCodes", "dataType": "GPBoolean", "displayName": "Update RCL ZipCodes", "description": "Flag indicating if the RCL Zipcodes should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateRCLMSAGs", "dataType": "GPBoolean", "displayName": "Update RCL MSAGs", "description": "Flag indicating if the RCCL MSAGs should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateRCLStates", "dataType": "GPBoolean", "displayName": "Update RCL States", "description": "Flag indicating if the RCCL States should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateRCLPostalLLCs", "dataType": "GPBoolean", "displayName": "Update RCL PostalLLCs", "description": "Flag indicating if the RCCL Postal Codes should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateRCLMunicipalities", "dataType": "GPBoolean", "displayName": "Update RCL Municipalities", "description": "Flag indicating if the RCCL Municipalities should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UpdateRCLESNs", "dataType": "GPBoolean", "displayName": "Update RCL ESNs", "description": "Flag indicating if the RCCL ESNs should be updated.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Success", "dataType": "GPBoolean", "displayName": "Success", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "ProcessingResults", "dataType": "GPString", "displayName": "Processing Results", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }