We’re no C# programmers, but you may want to try these adjustments:
strUrl = string.Format("https://api.routexl.com/tour")
-
requestObjPost.Method = "POST"
(without the trailingr
) requestObjPost.ContentType = "application/x-www-form-urlencoded"
We’re no C# programmers, but you may want to try these adjustments:
strUrl = string.Format("https://api.routexl.com/tour")
requestObjPost.Method = "POST"
(without the trailing r
)requestObjPost.ContentType = "application/x-www-form-urlencoded"