The REST API (10.1) ignores the null updates.
Here the update string:
[{
"geometry":null,
"attributes":{
"OBJECTID":683,
"STATUS_ID":"371f2a16",
"LOAD":0,
"VALUE":null,
"DESC":""}
}]
VALUE is nullable and before the update VALUE is equals 20.
After a successful update VALUE is still 20.
(The FeatureLayr.Fields[Field].nullable is setted to true and the Geodatabase is connected through SDE.)
Does anyone know a solution to set a <null> in VALUE?
Regards