I have tried many methods of posting data to server but none of them worked and only response am getting is:
{\"Message\":\"An error has occurred.\"}
You are passing the data in query string where as the data which you want to post should be passed as NSDictionary object converted to Data.