Cannot deserialize the current JSON arraybecause the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly. code example
Example: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type
var objResponse1 =
JsonConvert.DeserializeObject<List<RetrieveMultipleResponse>>(JsonStr);