{ "name": "GeocodeAddressList", "displayName": "GeocodeAddressList", "description": "Geocode an address list using the NEXIGA Geocoder API. Retrieve only the required information for displaying the data in MAO. Thte limit is set to 5.000 addresses", "category": "", "helpUrl": "https://ags.nexiga.com/arcgis/rest/directories/arcgisoutput/MAO/GeocodeAddressList_GPServer/MAO_GeocodeAddressList/GeocodeAddressList.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "AddrsInput", "dataType": "GPString", "displayName": "AddrsInput", "description": "Addresses list as JSON with the following info: ID, Postcode, City, Street, Housenumber and StreetAndHousenumberInOneField", "direction": "esriGPParameterDirectionInput", "defaultValue": [ { "ID": 0, "Postcode": "1067", "City": "Dresden", "Street": "Schützengasse", "Housenumber": "13", "StreetAndHousenumberInOneField": false }, { "ID": 1, "Postcode": "1067", "City": "Dresden", "Street": "Schützengasse", "Housenumber": "13", "StreetAndHousenumberInOneField": false }, { "ID": 2, "Postcode": "1067", "City": "Dresden", "Street": "Sophienstr.", "Housenumber": "23", "StreetAndHousenumberInOneField": false }, { "ID": 3, "Postcode": "1067", "City": "Dresden", "Street": "Bräuergasse", "Housenumber": "9", "StreetAndHousenumberInOneField": false } ], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "AddrsOutput", "dataType": "GPString", "displayName": "AddrsOutput", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }