GET api/ExchangeRate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ExchangeRateApiModel
NameDescriptionTypeAdditional information
CurrencyId

Id de la moneda

integer

None.

Rate

Tipo de cambio actual

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "CurrencyId": 1,
  "Rate": 2.0
}

application/xml, text/xml

Sample:
<ExchangeRateApiModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CurrencyId>1</CurrencyId>
  <Rate>2</Rate>
</ExchangeRateApiModel>