Páginas filhas
  • NGF - FINA710 - Endpoint Currencies

01. OVERVIEW

Returns the system currency configuration

02. ENDPOINT

Method used: GET
Endpoint: /api/gfin/v1/currencies

03. API RESPONSE

Json Object

Attribute

Type

Description

currency

Character

Currency number

decimals

Numeric

Currency's decimal places - MV_CENT

symbol

Character

Currency symbol - MV_SIMB

Example:

response


response
{
  "currencies": [
    {
      "currency": "1",
      "decimals": 2,
      "symbol": "BRL"
    },
    {
      "currency": "2",
      "decimals": 2,
      "symbol": "USD"
    },
    {
      "currency": "3",
      "decimals": 2,
      "symbol": "UFIR"
    \},
    \{
      "currency": "4",
      "decimals": 2,
      "symbol": "EUR"
    },
    {
      "currency": "5",
      "decimals": 2,
      "symbol": "JPY"
    }
  ]
}
  • Sem rótulos