Got it. I ended up creating a graphic, passing the graphic to my feature layer (which points to my rest) and calling SaveEditsvar g = new Graphic();g.Attributes["CLEANID"] = Convert.ToInt32(qg.Attributes["OBJECTID"]);l.Graphics.Add(g);l.SaveEdits();Would be interested if there is another way.Thanks