MergeLayers-spec

POST {{analysis-service}}/arcgis/rest/services/tasks/GPServer/MergeLayers/submitJob

Request Params

KeyDatatypeRequiredDescription
fstringThe format of the data returned. html
tokenstringAn OAuth 2.0 access token.
inputLayerstringThe point, polyline, or polygon features to merge with the mergeLayer.
mergeLayerstringThe point, polyline, or polygon features to merge with the inputLayer. The mergeLayer must contain the same feature type (point, polyline, or polygon) as the inputLayer.
mergingAttributesstringAn array of values that describe how fields from the mergeLayer are to be modified. By default, all fields from both inputs will be carried across to the output mergedLayer.
outputNamestringA string representing the name of the hosted feature layer to return with the results. NOTE: If you do not include this parameter, the results are returned as a feature collection (JSON).