Hi,
I'm working on a mobile project and I have a WebApi created by SnapDevelop using C# model exported from a datawindow. I have no problems to retrieve the rows but now I need to update them. How can I update that rows using HttpClient, since I don't have RestClient available for mobile app? I would like to send the whole DW to be updated. Is it possible? If not, any advice how do that?
Regards.