Adapter Currencies REST Endpoints

Adapter Currencies
The adapter currencies resource is used to view, create, delete or modify payment adapter currencies. Setup of payment adapter currency includes defining the currency code, minimum threshold and maximum threshold.
Create a payment adapter currency
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterCurrencies
Delete a payment adapter currency
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterCurrencies/{publicSectorAdapterCurrenciesUniqID}
Get a payment adapter currency
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterCurrencies/{publicSectorAdapterCurrenciesUniqID}
Get all payment adapter currencies
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterCurrencies
Update a payment adapter currency
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterCurrencies/{publicSectorAdapterCurrenciesUniqID}