so i'm trying to add a new feature to an AGOL feature service using the Apply edits REST API the feature service is a polyline and i get this error:
{
"addResults" : [
{
"objectId" : null,
"uniqueId" : null,
"globalId" : "5ED16305-D978-4C4F-951F-B87FC1479927",
"success" : false,
"error" :
{
"code" : 1000,
"description" : "Invalid column name 'Shape_5'.\r\nInvalid column name 'Shape_7'.\r\nInvalid column name 'Shape_9'.\r\nInvalid column name 'Shape_11'.\r\nInvalid column name 'Shape_13'.\r\nInvalid column name 'Shape_15'."
}
}
]
}
i have even queried an existing feature and tried to re-add it using its JSON and get the same error
any ideas?
thanks
Stu