hi,
try this
$
.ajax({
type : "GET",
url : "serviceurl/GET_DETAILS?$filter=code eq 'value1' ", // any
// URL
// to a
// Gateway
// service
username : 'username',
password : 'password',
})
.done(
function(data) {
})
hi,
try this
$
.ajax({
type : "GET",
url : "serviceurl/GET_DETAILS?$filter=code eq 'value1' ", // any
// URL
// to a
// Gateway
// service
username : 'username',
password : 'password',
})
.done(
function(data) {
})