I have table called GRN and in that so many columns are there with lots of data.
Now i want to sync that GRN data with the server's database.
So we can say whatever data we have in android app for GRN that i need to insert in server's database during sync.
I know how to pass 1 record in post but i want to pass all the data in post during web service calling from Android app.
How to post data to a webservice using json
In this link we can see how to pass some parameter in post.
Does anybody know?