Transaction Code Preference Service REST Endpoints

Account Services/Transaction Code Preference Service
This service is used for Transaction code maintenance service operations.
Close the account structures by given ID
Method: patch
Path: /service/txncodemaint/{txnCode}/close
Deletes the account structures identified by given ID
Method: delete
Path: /service/txncodemaint/{txnCode}
Get all valid value dated balances for the specified virtual account
Method: get
Path: /service/txncodemaint
Get all valid value dated balances for the specified virtual account
Method: post
Path: /service/txncodemaint
Reopen the account structures by given ID
Method: patch
Path: /service/txncodemaint/{txnCode}/reopen
Update an existing Transaction Code
Method: put
Path: /service/txncodemaint/{txnCode}