I have a c# web application where I need to pass in data to a RESTFUL web service (which I have never used before).
Here is the location of the service: http://115.111.114.118:7080/prognocis/custom/arizonaurology/details
And here is the JSON request data I need to pass in:
{ 
    "chartNo":151531, 
    "encType":"AS",
    "logWSCallInDB":"N"
}
I honestly am not even sure where to start here...my knowledge is more with consumable web services with wsdls. Can anyone lend me a hand? Or at least get me pointed in the right direction?
