| Contact | Donate | Imprint |
| ExchangeRate | RegionModule | PayPal |
| Property | Type | Entity | Reference | Module |
| (1) EffectiveFrom | DATE | ExchangeRate | ||
| (2) EffectiveTo | DATE | ExchangeRate | ||
| (3) Rate | DOUBLE | ExchangeRate | ||
| (4) SourceCurrency | LONG | ExchangeRate | ||
| (5) TargetCurrency | LONG | ExchangeRate |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /exchangerate/{id} | findExchangeRateById(id) | RegionModule | GET | ExchangeRate |
| (2) /exchangerate | insertExchangeRate(exchangerate) | RegionModule | POST | ExchangeRate |
| (3) /exchangerate | findAllExchangeRate() | RegionModule | GET | ExchangeRate |
| (4) /exchangerate/{id} | updateExchangeRateById(exchangerate) | RegionModule | PUT | ExchangeRate |
| (5) /exchangerate/{id} | deleteExchangeRateById(id) | RegionModule | DELETE | ExchangeRate |
Example:
final ExchangeRate exchangerate = (ExchangeRate) invokeModule(REGION_MODULE + "/exchangerate/" + id, ExchangeRate.class);| Contact | Donate | Imprint |