I have a working version of the 'Submit Job (ExtractZionData)' running on my Server (10.2.2) and can run the tool inside arcmap. I can see the service through my web browser. I am unsure about the 'Area of Interest' parameter. The default is like this.
{
"displayFieldName": "",
"geometryType": "esriGeometryPolygon",
"spatialReference": {"wkid": null},
"fields": [
{
"name": "FID",
"type": "esriFieldTypeOID",
"alias": "FID"
},{
"name": "Id",
"type": "esriFieldTypeInteger",
"alias": "Id"
},{
"name": "Shape_Length",
"type": "esriFieldTypeDouble",
"alias": "Shape_Length"
},{
"name": "Shape_Area",
"type": "esriFieldTypeDouble",
"alias": "Shape_Area"
}
],
"features": [],
"exceededTransferLimit": false
}
I am looking for the correct format for a simple Area of Interest. If anyone has a link with correct format I would appreciate the assistance.
Andy