function mobileReloadFavResult() { path = "bii_RestfulRib/service/mobileReloadServices/mobileReloadFavResult"; var input = { method : 'post', returnedContentType : 'json', path : path, body:{ contentType:'application/json; charset=UTF-8', content: JSON.stringify({ "fromAccount":"0", "fromAccountMap":fromAccountMap, "locale":"en", "mobileNumber":"0818223344556", "remoteIPAddress":"10.247.12.12", // "serviceInfoBean":serviceInfoBean, "sessionId":"1234567890", "smsServiceBean":JSON.stringify({ "amount": "", "beneName": "", "cifNo": "0002768476", "currentDateTime": null, "fromAccountNumber": "1001027095", "lastTACVerifyDateTime": null, "mobileNo": "", "sendSMSSuccess": true, "serviceName": "", "smsBean": null, "smsLifeSpan": 15, "smsPINAttemptCount": 0, "status": "Successful", "tac": "12345678", "tacAttemptCount": 0, "tacLifeSpan": 10, "tacSentDateTime": null, "toAccount": "", "transactionID": "20141129000000010551", "userId": 0 }), "tacSentDateTime":"20141104 00:00:00", "tacValue":"12345678", "userAgent":"", "userAlias":"ribuser1", "userId":"1391", "voucherAmount":"25000", "voucherType":"xl baru", "voucherTypeMap":voucherTypeMap }) } }; return WL.Server.invokeHttp(input); }