Currencies

Currencies

GET /api/.../currencies

Return a list of all currencies in the system.

Request Information

Parameters

None

Response Information

Example
application/json, text/json
[
  {
    "CurrencyID": 1,
    "Code": "USD",
  },
  {
    "CurrencyID": 2,
    "Code": "CAD",
  },
  {
    "CurrencyID": 3,
    "Code": "AUD",
  },
  {
    "CurrencyID": 4,
    "Code": "abc",
  },
  {
    "CurrencyID": 6,
    "Code": "cba",
  },

]

HTTP Response Codes

Code Description
200 OK. Success