Create transaction (expense/transferfunds/bankdeposit/refund) from bank txn
POST/banksync/transaction/:id/post
Create a transaction from a bank txn (BankTransactionSvc.CreateTransactionFromBankTxn accounting.proto:200; CreateTransactionFromBankTxnReq proto:1436; Resp CreateTransactionFromBankTxnResp proto:1451).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
CreateTransactionFromBankTxnResp (accounting.proto:1451)
Bad request error
Unauthorized error
Token issue like Expired or corrupted
NotFound
Internal Server error