GET api/exchangerate/list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EXCHANGE_RATE
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

CURRENCY

string

String length: inclusive between 0 and 5

EXCH_RATE

decimal number

None.

ASON_DATE

date

None.

IS_BASED

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SEQ_NO": 1,
    "CURRENCY": "sample string 2",
    "EXCH_RATE": 1.0,
    "ASON_DATE": "2024-03-28T06:06:55.6243966-04:00",
    "IS_BASED": true
  },
  {
    "SEQ_NO": 1,
    "CURRENCY": "sample string 2",
    "EXCH_RATE": 1.0,
    "ASON_DATE": "2024-03-28T06:06:55.6243966-04:00",
    "IS_BASED": true
  }
]