I'm new to REST. I'm little bit confused with POST.
I'm able to implement GET method successfully. My problem is i don't know
how to do a POST implementation.
My understanding is, to create a new row of data into a database using POST
method, we need to pass the data as parameters in the request URL. Am i
correct, please help me.