Hello,
I am integrating our application with an existing online application and I have the following problem: Communication is done correctly and the response comes in JSON format.
When I make the request and the response has only one record, I've already been able to access the data for that record.
The problem occurs with the execution of the instruction and the answer is several registers. The example is importing existing reservations in the online application and the answer is four records.
I cannot convert this data to four records that can be "worked".
In this case I'm using the RestSharp interface
Once again, I ask for your help in solving this problem.
If you want, I can send the example I'm using.
Best regards
Alberto Ferraz



