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