Hi All
I am getting below error parsing JSON string to extratct “quoteId”. Can someone help
“Assign: Accessed JArray values with invalid key value: “quoteSummaries”. Int32 array index expected.”
RetriveQuotesummary Result.txt (5.7 KB)
Hi All
I am getting below error parsing JSON string to extratct “quoteId”. Can someone help
“Assign: Accessed JArray values with invalid key value: “quoteSummaries”. Int32 array index expected.”
RetriveQuotesummary Result.txt (5.7 KB)
please try like this
jobj("bulkQuoteBatchDetails")(0)("quoteSummaries")(0)("quoteId")

Or use like this in loop to get each id
cheers
Thanks for the help
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.