function selectProduct() { path = "bii_RestfulRib/service/emoneyServices/selectProduct"; var input = { method: 'post', returnedContentType: 'json', path: path, body: { contentType: 'application/json; charset=UTF-8', content: JSON.stringify({ "linkedAccounts":linkedAccounts, "locale": "in", "transferType": "registered", //"registered" = favourite or "open"/blank = New "userId": "1391", "sessionId": "20150903103145028476", }) } }; return WL.Server.invokeHttp(input); }