Currencies REST Endpoints
Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCurrencies
- Delete a currency
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCurrencies/{CurrencyCode}
- Get a currency
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCurrencies/{CurrencyCode}
- Get all currencies
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCurrencies
- Update a currency
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCurrencies/{CurrencyCode}