Transaction Code Service REST Endpoints

Common Core Services/Transaction Code Service
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 trn codes
Method: post
Path: /service/coretrncodes
Close the core trn codes by given ID
Method: patch
Path: /service/coretrncodes/{trnCode}/close
Reopen the core trn codes by given ID.
Method: patch
Path: /service/coretrncodes/{trnCode}/reopen
Update an existing core trn codes
Method: put
Path: /service/coretrncodes/{trnCode}