Bank Transactions
Number of APIs: 3
-
Allows you to retrieve any spend or receive money transactions GET {{baseUrl}}/BankTransactions?where=<string>&order=<string>&page=<integer>&unitdp=<integer>
-
Allows you to create one or more spend or receive money transaction PUT {{baseUrl}}/BankTransactions?summarizeErrors=false&unitdp=<integer>
-
Allows you to update or create one or more spend or receive money transaction POST {{baseUrl}}/BankTransactions?summarizeErrors=false&unitdp=<integer>