Testing API POST does not work

We’re no C# programmers, but you may want to try these adjustments:

  1. strUrl = string.Format("https://api.routexl.com/tour")
  2. requestObjPost.Method = "POST" (without the trailing r)
  3. requestObjPost.ContentType = "application/x-www-form-urlencoded"