Currency Parameters Service API REST Endpoints

Maintenance Services/Currency Parameters Service API
This service is used to perform Currency operations like retrieving currencies supported by the bank.
Adds a new currency
Method: post
Path: /service/currency
Get all valid currency
Method: get
Path: /service/lmm/currency
Retrieves the currency by ID
Method: get
Path: /service/lmm/currency/{id}
Retrives the currency audit information by given ID
Method: get
Path: /service/lmm/currency/{id}/history
Retrives the unauthorized currency by given ID
Method: get
Path: /service/lmm/currency/{id}/unauthorized
Update an existing currency
Method: put
Path: /service/currency/{currencyCode}