hi Jennifer, thanks very much for your response.
I implemented the checks you mentioned.
I am getting this error:
{"error":{"code":400,"message":"Unable to complete operation.","details":["Invalid graphic features","Invalid parameters"]}}
and the feature is: when added manually to the feature server.
[
{
"geometry":{"x":-9539817.27255194,"y":4613535.33509156,"spatialReference":{"wkid":102100}},
"attributes"{
"POIID":"113134"
}
}
]
i cleaned it up to remove the empty fields saved as null thinking that it may be that might be causing the issue, ex:
"ShortDescription":null,
"LongDescription":null,
The graphic point looks fine to me so not sure what is happening here. Any suggestion?
Do I need to change the spatial Reference?