Versões comparadas

Chave

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

...

Informações
titleParâmetros

Para recuperar os dados de uma moeda ou índice especifico , é necessário informar o símbolo.

Informações
iconfalse
titleGetOne

Máscara de Url: http://{domínio}:{porta}/api/financial/v1/currencies/{symbol}

Informações
iconfalse
titleExemplo de Configuração

Domínio: localhost

Porta: 8051

Symbol: R$

Url Utilizada: http://localhost:8051/api/financial/v1/currencies/R$

Informações
iconfalse
titleExemplo de Resultado
Expandir
titleVer resultado JSON...
Bloco de código
languagejs
firstline1
titleResultado (JSON)
linenumberstrue
{
    "id": "R$",
    "symbol": "R$",
    "description": "Real",
    "singularIntegerPart": "real",
    "pluralIntegerPart": "reais",
    "pluralFractionalPart": "centavos",
    "numberDecimalPlaces": 4,
    "lag": 0,
    "type": "M",
    "defaultReferenceSymbol": "R$"
}

...