function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suganya SubrayanSuganya Subrayan 

How to send the DOB column to leads field using json?

I have faced the below errors:

[{"message":"Cannot deserialize instance of date from VALUE_STRING value Sun Dec 30 00:00:00 IST 2012 or request may be missing a required field at [line:4, column:33]","errorCode":"JSON_PARSER_ERROR"}]

[{"message":"Cannot deserialize instance of date from VALUE_STRING value 01/02/1993 or request may be missing a required field at [line:3, column:23]","errorCode":"JSON_PARSER_ERROR"}]
GauravendraGauravendra
Hi Suganya,

https://salesforce.stackexchange.com/questions/116158/json-cannot-deserialize-instance-of-date-from-value-string

Hope this helps.