Hi Shahid,
The POST method is used for writing back to HANA using .xsodata. The string should be in the HTTP body of the POST method. So in addition to the URL you have the data separately
In SAPUI5, you can make use of available jquery.post() API for this purpose.
--Shreepad