I tested patch method
operation is successful but in DB the field still hava a value,
It can’t be nulled in c# business objects either if I’m not mistaken.
I need clear the date or set blank value
If you pass a “RowMod” : “U” does it work?
Thanks Aaron, still doesn’t work adding the field in the json
Let me play around with my test system, hold on
Ok this is stupid, but you could try setting it to the minimum value
{“NeedByDate”:“0001-01-01T00:00:00”}
At least on my testing, it did clear the field, I don’t know if there are any implications we need to consider with this approach.
It does appear to set it to “null” in the data, so I think this approach works. This is a GET after PATCH with the minimum value being sent.