You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@johnculviner@jeff-h@niki4810 I need to pass two param in data both are string. I am doing it in this way. My params name in service are url and Filter.
data : {url: '<%=XXX.Config.AppSettings.Settings["RESTServiceURL"].Value%>/DownloadSomething', Filter: JSON.stringify(data1), ExtensionData:'""'}
But this is not working, how can i achieve this ?
The text was updated successfully, but these errors were encountered:
@johnculviner @jeff-h @niki4810 I need to pass two param in data both are string. I am doing it in this way. My params name in service are url and Filter.
data : {url: '<%=XXX.Config.AppSettings.Settings["RESTServiceURL"].Value%>/DownloadSomething', Filter: JSON.stringify(data1), ExtensionData:'""'}
But this is not working, how can i achieve this ?
The text was updated successfully, but these errors were encountered: