can anyone tell me how to call api method with multilple parameter from code behind.
for example
public HttpResponseMessage UpdateUnitilItems( list user ,string name,int id,int departid)
{
}
i need to call this api method from aspx.cs .
button click
please help me
thank you
Ruchi SharavatPosted Oct 11, 2018, 8:01 AM
rakesh paridaPosted Oct 11, 2018, 5:58 AM
Manav PandyaPosted Oct 11, 2018, 5:42 AM