RestTransactionsAPI

Functionality:

  1. createTransaction: Create a transaction against an account in RestAccountsAPI
  2. getTransactions: retrieve the list of transactions from the database for a specific account
  3. deleteTransaction: delete a transaction specified by its id

This service is consumed by RestAccountsAPI https://github.com/jSchnitzer1/RestAccountAPI