Customer Login
LoanProcessorService
|
Endpoint
address: http://qabaguru.com/services/LoanProcessor WSDL : http://qabaguru.com/LoanProcessorServiceImplService Target namespace: http://qabaguru.com |
YesmBankService
|
Endpoint
address: http://qabaguru.com/services/yesmbank WSDL : http://qabaguru.com/bank Target namespace: http://qabaguru.com |
yesmbank services:
Method |
Parameters |
Description |
||||
getAccount | int | Returns
account information for a given account number. |
||||
buyPosition | int, int, string, string, int, double | Buy a position. | ||||
deposit | int,
double |
Deposit funds into the given account. | ||||
startupJmsListener | Enable JMS message listener. |
|||||
shutdownJmsListener | Disable
JMS message listener. |
|||||
sellPosition | int, int, int,
int, double |
Sell a position. |
||||
login | string,
string |
Return
the customer id for the given username and password. |
||||
getCustomer | int |
Return customer information for
the given customer number. |
||||
getAccounts | int |
Return
a list of accounts for a given customer. |
||||
setParameter |
string, string |
Sets the value of a given
configuration parameter. |
||||
getPositionHistory | int,
Date, Date |
Return
position history for a given position id and date range. |
||||
requestLoan |
int, double,
double, int |
Request a loan. |
||||
cleanDB | Reset
database contents to a minimal state. |
|||||
withdraw |
int, double |
Withdraw funds out of the given
account. |
||||
getPosition | int |
Return
a position for a given position number. |
||||
initializeDB |
Reset database contents to a
populated state |
|||||
getTransaction | int |
Return
transaction information for a given transaction id. |
||||
getPositions |
int |
Return a list of positions for
a given customer. |
||||
getTransactions | int |
Return
a list of transactions for a given account. |
||||
transfer |
int, int,
double |
Transfer funds between two
accounts. |
||||
createAccount |
int, int, int |
Create a new account. |
||||
getTransactionsOnDate |
int, string |
Retrieve an account's transactions for a particular date. |
||||
getTransactionsByToFromDate |
int, string, string |
Retrieve an account's transactions between a range of dates. |
||||
getTransactionsByAmount |
int, double |
Retrieve an account's transactions matching the given monetary amount. |
||||
updateCustomer |
int, string, string, string, string, string, string, string,
string, string, string |
Update a customer's information. |
Available RESTful services:
Endpoint address:
http://103.93.16.19:33124/services/bank WADL : http://qabaguru.com/services/bank Swagger : http://qabaguru.com/api-docs/index.html |