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
Rodrigo Sawaya 8Rodrigo Sawaya 8 

Lead integration - Json Deserialization failed on token 'null

Hi,

We are running into some issues with a Lead integration via REST API.
The client is connecting via Forcedotcom .NET SDK and when trying to update a record,
it's receiveing the following message:

"Json Deserialization failed on token 'null' and has left off in the middle of parsing a row. Will go to end of row to begin parsing the next row"

We're not beeing able to collect any log inside Salesforce, so I think the API is blocking
the entire request since it appears to be mal formed. Anyone had a similiar issue?
gracias Sr.
Eric AnEric An
Hi Rodrigo,

Could you check the data that you sent or received? The key of JSON must be not null in Salesforce. I guess it's a data not match issue.