I'm attempting to update accounts in Dynamics 365 CRM using Odata with API v9.1.
I can create an account, update the account for all values except when I need to clear a value to NULL when it was already set to a value.
What should be passed to reset a value to NULL?
This is for Option Set Values when they require BOOLEAN (Numbers) and also String Values.
I attempted to pass the value 'NULL' but for Option Sets I get an error suggesting it requires a BOOLEAN value and for Sting Values I just populate the field with the word 'NULL'.
Any ideas on what is expected to be passed here?
Thanks,
Alan