I want to send data from the app i'm building to a web service once its deployed and launched. How do I do that using either the get method or post method?
For instance: Get(String phone, String message) {} with the url: www.rbuildit.azurewebsites.net/api/HomeChurch/SendReport?phone=000000000000&text=99999
Please help I'm quite confused. Thanks