From last 2-3 days , I hitched in a problem , actually my problem was to create an entry in prestashop`s table(created by me) using webservices , but as we all know that , the webService of Prestashop includes only REST API which has very limited number of nodes(tables) for performing CRUD(Create/Read/Update/Delete) operations. I googled a lot for finding a solution, but found nothing.
Finally, I did it by reading codes of prestashop ,also by HIT n TRY method. Now , I want to share it with all of you. May be it will help someone like me n save his/her time. Here it is.