Transaction Code API REST Endpoints

Common Core Services/Transaction Code API
This service is used to create Source Transaction Codes. Transaction codes represents various types of transactions, for example, transfer charges, incoming mail transfer, incoming telex transfer, reserve, incoming clearing transfer etc.
Adds a new core transaction codes
Method: post
Path: /service/coretrncodes
Close the core transaction codes by given ID
Method: patch
Path: /service/coretrncodes/{trnCode}/close
Reopen the core transaction codes by given ID
Method: patch
Path: /service/coretrncodes/{trnCode}/reopen
Update an existing core transaction codes
Method: put
Path: /service/coretrncodes/{trnCode}