Páginas filhas
  • NGF - FINA710 - Endpoint Currencies

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

NGF - FINA710 - Endpoint Currencies

  Draft

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


Bloco de código
languagejs
themeMidnight
titleresponse
{
  "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"
    

...

}
  

...

]

...

}