POST api/Liberty/GetExchangeRate

Request Information

URI Parameters

None.

Body Parameters

LibertyGetExchangeRateRequest
NameDescriptionTypeAdditional information
Currency1

integer

None.

Currency2

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Currency1": 1,
  "Currency2": 2
}

text/xml

Sample:
<LibertyGetExchangeRateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Liberty">
  <Currency1>1</Currency1>
  <Currency2>2</Currency2>
</LibertyGetExchangeRateRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.