View an Exchange Rate
get
/primeapi/restapi/exchangeRate/{id}
This endpoint returns an exchange rate. that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
ID of the exchangeRate to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityExchangeRate
Type:
Show Source
object
-
baseExchangeRate(optional):
number
The rate used to convert the value of a record to the base currency.
-
currencyId(optional):
integer(int64)
-
effectiveEndDate(optional):
string(date-time)
The date the exchange rate ends.
-
effectiveStartDate(optional):
string(date-time)
The date the exchange rate goes into effect.
-
exchangeRateId:
integer(int64)
-
link(optional):
string(url)
Read Only:
true
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
404 Response
The requested exchange rate does not exist, or you do not have access to it.