.Net Deserialize Json Booking Data
Good Morning,
I have a customer that is using Checkfront for their online booking system, we have now developed them a kiosk system too, but i need to get a list of all online bookings so i can merge them locally.
i am able to use the webapi fine, and can grab the data i require, but, i cannot seem to serialize the Json data into a usable class. i can convert all the data apart from the actual list of bookings, are there any examples of how to convert this in .Net C# ?
thanks
Lee
I have a customer that is using Checkfront for their online booking system, we have now developed them a kiosk system too, but i need to get a list of all online bookings so i can merge them locally.
i am able to use the webapi fine, and can grab the data i require, but, i cannot seem to serialize the Json data into a usable class. i can convert all the data apart from the actual list of bookings, are there any examples of how to convert this in .Net C# ?
thanks
Lee