我试图在ArcGis的REST服务中为图层添加功能,但是我收到了一个错误。
您可以在此处查看图层:https://www.acueducto.com.co/wassigue5/arcgis/rest/services/SGO2018/Avisos/FeatureServer/0
POST数据发送(我试图将所有数据设置为null或某些值,但这似乎不起作用):
[{
"geometry": {"x": 4.6198349, "y": -74.0754059},
"attributes": {
"NOTIF_NO_": "123456789012"
}
}]
退回:
{
"error": {
"code": 500,
"message": "Unable to complete operation.",
"details": [
]
}
}
任何帮助都将不胜感激。