Currency Service API REST Endpoints
Common Core Services/Currency Service API
This service is used for Currency Operations
- Adds a new currency definitions
- Method: postPath:
/service/currencydefinitions - Adds a new currency holiday calendars
- Method: postPath:
/service/currencyholidaycalendars - Adds a new currency pairs
- Method: postPath:
/service/currencypairs - Adds a new currency rate types
- Method: postPath:
/service/currencyratetypes - Close the currency definitions by given ID
- Method: patchPath:
/service/currencydefinitions/{currencyCode}/{maintenanceCountry}/close - Close the currency holiday calendars by given ID
- Method: patchPath:
/service/currencyholidaycalendars/{currency}/{year}/close - Close the currency pairs by given ID
- Method: patchPath:
/service/currencypairs/{currency1}/{currency2}/{maintenanceCountry}/close - Close the currency rate types by given ID
- Method: patchPath:
/service/currencyratetypes/{currencyRateType}/close - Close the rates by given ID
- Method: patchPath:
/service/rates/{branchCode}/{currency1}/{currency2}/close - Reopen the currency definitions by given ID
- Method: patchPath:
/service/currencydefinitions/{currencyCode}/{maintenanceCountry}/reopen - Reopen the currency holiday calendars by given ID
- Method: patchPath:
/service/currencyholidaycalendars/{currency}/{year}/reopen - Reopen the currency pairs by given ID
- Method: patchPath:
/service/currencypairs/{currency1}/{currency2}/{maintenanceCountry}/reopen - reopen the currencyratetypes by given ID.
- Method: patchPath:
/service/currencyratetypes/{currencyRateType}/reopen - Reopen the rates by given ID
- Method: patchPath:
/service/rates/{branchCode}/{currency1}/{currency2}/reopen - Update an existing rule
- Method: putPath:
/service/currencydefinitions/{currencyCode}/{maintenanceCountry} - Update an existing rule
- Method: putPath:
/service/currencyholidaycalendars/{currency}/{year} - Update an existing rule
- Method: putPath:
/service/currencypairs/{currency1}/{currency2}/{maintenanceCountry} - Update an existing rule
- Method: putPath:
/service/currencyratetypes/{currencyRateType} - Update an existing rule
- Method: putPath:
/service/rates