| Contact | Donate | Imprint |
| MerchantWebsite | MerchantModule | PayPal |
| Property | Type | Entity | Reference | Module |
| (1) Merchant | LONG | MerchantWebsite | Merchant | MerchantModule |
| (2) Status | STRING | MerchantWebsite | ||
| (3) Url | STRING | MerchantWebsite | ||
| (4) VerifiedAt | DATE | MerchantWebsite |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /merchantwebsite | findAllMerchantWebsite() | MerchantModule | GET | MerchantWebsite |
| (2) /merchantwebsite/{id} | findMerchantWebsiteById(id) | MerchantModule | GET | MerchantWebsite |
| (3) /merchantwebsite | insertMerchantWebsite(merchantwebsite) | MerchantModule | POST | MerchantWebsite |
| (4) /merchantwebsite/merchant/{id} | findAllMerchantWebsiteOfMerchant(id) | MerchantModule | GET | Merchant MerchantWebsite |
| (5) /merchantwebsite/{id} | updateMerchantWebsiteById(merchantwebsite) | MerchantModule | PUT | MerchantWebsite |
| (6) /merchantwebsite/{id} | deleteMerchantWebsiteById(id) | MerchantModule | DELETE | MerchantWebsite |
Example:
final MerchantWebsite merchantwebsite = (MerchantWebsite) invokeModule(MERCHANT_MODULE + "/merchantwebsite/" + id, MerchantWebsite.class);| Contact | Donate | Imprint |