Hi Experts,
I have a requirement where I need to pass the null value to salesforce without double quotes.But XML to JSON convertor by default adding double quotes for all the values.
I want the output JSON to be in this format only for null and boolean values.
"ProductId":null
"IsActive" : True
Please let me know how to handle this in CPI.
Regards,
Karthiga