I have a problem that is as follows, I am consuming a service where it receives a parameter as input, in the
I have a problem that is as follows, I am consuming a service where it receives a parameter as input, in the
Pass the id value without the quotation marks:
data: {"id": 1},
and note its function:
[HttpPost]
public string PostLinear(int id){