@Khalilah Gambrell It is alphabetical order by description. As for currency symbol, we don't have to store it, formatting can be done programmatically. We could return formatted numbers on package, resource, and title responses, or maybe FE could format it according to currency code.
Khalilah Gambrell September 16, 2020 at 6:54 PM
Assume this store supports Settings > eholdings > Usage consolidation. See currency field on screenshot
Purpose:
Implement endpoint GET /eholdings/currencies that returns all supported currencies for cost-per-use.
Requirements:
Return currency code and description.
Sorted in alphabetical order.