Transaction Code Preference Service REST Endpoints

Account Services/Transaction Code Preference Service
This service is used for Transaction code maintenance service operations.
Close the transaction code maintainance by given transaction code
Method: patch
Path: /service/txncodemaint/{txnCode}/close
Create Transaction Code Maintainance details
Method: post
Path: /service/txncodemaint
Get all the maintainance for the specified transaction code
Method: get
Path: /service/txncodemaint
Reopen the transaction code maintainance by given transaction code
Method: patch
Path: /service/txncodemaint/{txnCode}/reopen
Update an existing Transaction Code
Method: put
Path: /service/txncodemaint/{txnCode}