name | data type | constraints | description |
---|---|---|---|
currentRate | boolean | ||
fromDate | number | ||
exchangeRate | number | ||
tradingCurrency | Resource | required |
Example
{ "currentRate" : true, "fromDate" : 12345, "exchangeRate" : 12345.0, "tradingCurrency" : { "links" : { "params" : { "property1" : { }, "property2" : { } }, "href" : "..." }, "id" : 12345, "code" : "..." } }