Create a Currency Exchange Rate
post
/currencyExchangeRates
Request
Header Parameters
-
Prefer: string
An optional header parameter that allows you to process the request asynchronously. Set the request header "Prefer" to "respond-async" for asynchronous processing. For synchronous processing, leave the parameter blank or do not define it.
Supported Media Types
- application/vnd.oracle.resource+json;type=singular
Root Schema : schema
Type:
Show Source
object-
currencyExchangeRateId: number
(int64)
The XID of the exchange rate.
-
domainName: string
No description.
-
effectiveDate:
effectiveDate
The effective date on which the currency exchange rate is applicable.
-
exchangeRate: number
(double)
Contains the actual exchange rate.
-
exchangeRateGid: string
The GID of the exchange rate.
-
fractionalDigits: number
(int32)
Specifies different precision limits than the main Exchange Rate data. Enter the maximum precision and number of fractional digits in the Max Precision and Fractional Digits fields.
-
fromCurrencyGid: string
The GID for the currency to be calculated into a different currency.
-
insertDate:
insertDate
Read Only:
trueinsert date -
links: array
links
Read Only:
true -
maximumPrecision: number
(int32)
'Specifies different precision limits than the main exchange rate data. Enter the maximum precision and number of fractional digits in the Max Precision and Fractional Digits fields.
-
toCurrencyGid: string
The GID for the currency into which the original currency was calculated.
-
triangulationCurrencyGid: string
Use the Triangulation Currency field if you want to convert to an intermediate currency before the currency in the To Currency field. For example, you may want to convert from Pesetas to Euros before finally converting the rate to Yen.
-
updateDate:
updateDate
Read Only:
trueupdate date
Nested Schema : effectiveDate
The effective date on which the currency exchange rate is applicable.
Match All
The effective date on which the currency exchange rate is applicable.
Show Source
Response
Supported Media Types
- application/vnd.oracle.resource+json;type=singular
Default Response
Default Response.
Root Schema : schema
Type:
Show Source
object-
currencyExchangeRateId: number
(int64)
The XID of the exchange rate.
-
domainName: string
No description.
-
effectiveDate:
effectiveDate
The effective date on which the currency exchange rate is applicable.
-
exchangeRate: number
(double)
Contains the actual exchange rate.
-
exchangeRateGid: string
The GID of the exchange rate.
-
fractionalDigits: number
(int32)
Specifies different precision limits than the main Exchange Rate data. Enter the maximum precision and number of fractional digits in the Max Precision and Fractional Digits fields.
-
fromCurrencyGid: string
The GID for the currency to be calculated into a different currency.
-
insertDate:
insertDate
Read Only:
trueinsert date -
links: array
links
Read Only:
true -
maximumPrecision: number
(int32)
'Specifies different precision limits than the main exchange rate data. Enter the maximum precision and number of fractional digits in the Max Precision and Fractional Digits fields.
-
toCurrencyGid: string
The GID for the currency into which the original currency was calculated.
-
triangulationCurrencyGid: string
Use the Triangulation Currency field if you want to convert to an intermediate currency before the currency in the To Currency field. For example, you may want to convert from Pesetas to Euros before finally converting the rate to Yen.
-
updateDate:
updateDate
Read Only:
trueupdate date
Nested Schema : effectiveDate
The effective date on which the currency exchange rate is applicable.
Match All
The effective date on which the currency exchange rate is applicable.
Show Source