function mobileReloadOpenConfirm() { path = "bii_RestfulRib/service/mobileReloadServices/mobileReloadOpenConfirm"; var input = { method : 'post', returnedContentType : 'json', path : path, body:{ contentType:'application/json; charset=UTF-8', content: JSON.stringify({ "locale":"en", "voucherTypeMap":voucherTypeMap, "areaCodeMap":areaCodeMap, "voucherType":"", "acctValueType":"1", "areaCode":"0", "mobileNumber":"12345678", "amountType":"1", "voucherAmount":"100000",// amountType = 1 only //"fixAmount":"100000", "fromAccount":"2001001008", "fromAccountCurrency":"SGD", "merchantCurrencyCodeIso":"IDR", // "serviceInfoBean":serviceInfoBean, "sessionId":sessionId, "userId":userId }) } }; return WL.Server.invokeHttp(input); }