POST /add
Takes two real numbers, a and b, returns sum as res.METHOD: POST
{
"a": 1
"b": 3
}STATUS: 200
{
"res": 4
}how can i do it with asp.net
Could you help me pls?
POST /add
Takes two real numbers, a and b, returns sum as res.METHOD: POST
{
"a": 1
"b": 3
}STATUS: 200
{
"res": 4
}Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nanhe SiddiquePosted May 27, 2015, 11:46 PM
Dipankar BiswasPosted May 27, 2015, 3:51 PM