Currencies REST Endpoints

Currencies
The currencies resource is used to view, create, delete, or modify currencies. Currency refers to money in any form when in actual use or circulation as a medium of exchange, especially circulating banknotes and coins.
Create a currency
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCurrencies
Delete a currency
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCurrencies/{CurrencyCode}
Get a currency
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCurrencies/{CurrencyCode}
Get all currencies
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCurrencies
Update a currency
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCurrencies/{CurrencyCode}