Hello Guys,
I am facing an issue that how to set null value in the Lookup field using c# web api.
I am using following code--
address["field schema name"] = null;
Its working fine when i use 2011 endpoint service to update the null but not with the custom c# web api.
Your help would be a great help.