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: /api/1.0/service/currency
Get all valid currency.
Method: get
Path: /api/1.0/service/lmm/currency
Retrieves the currency audit information by given ID.
Method: get
Path: /api/1.0/service/lmm/currency/{id}/history
Retrieves the currency by given ID.
Method: get
Path: /api/1.0/service/lmm/currency/{id}/unauthorized
Retrieves the currency by ID.
Method: get
Path: /api/1.0/service/lmm/currency/{id}
Update an existing currency.
Method: put
Path: /api/1.0/service/currency/{currencyCode}