| Contact | Donate | Imprint |
| PlatformUser | PlatformUserModule | Uber |
| Property | Type | Entity | Reference | Module |
| (1) CreatedAt | STRING | PlatformUser | ||
| (2) Email | STRING | PlatformUser | ||
| (3) ExternalUserKey | STRING | PlatformUser | ||
| (4) PhoneNumber | STRING | PlatformUser | ||
| (5) Status | STRING | PlatformUser | ||
| (6) UserType | STRING | PlatformUser |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /rideraccount/platformuser/{id} | findAllRiderAccountOfPlatformUser(id) | PlatformUserModule | GET | PlatformUser RiderAccount |
| (2) /platformuser/{id} | updatePlatformUserById(platformuser) | PlatformUserModule | PUT | PlatformUser |
| (3) /platformuser | insertPlatformUser(platformuser) | PlatformUserModule | POST | PlatformUser |
| (4) /paymentmethod/platformuser/{id} | findAllPaymentMethodOfPlatformUser(id) | PlatformUserModule | GET | PlatformUser PaymentMethod |
| (5) /platformuser/{id} | deletePlatformUserById(id) | PlatformUserModule | DELETE | PlatformUser |
| (6) /platformuser | findAllPlatformUser() | PlatformUserModule | GET | PlatformUser |
| (7) /platformuser/{id} | findPlatformUserById(id) | PlatformUserModule | GET | PlatformUser |
| (8) /driveraccount/platformuser/{id} | findAllDriverAccountOfPlatformUser(id) | VehicleModule | GET | PlatformUser DriverAccount |
Example:
final PlatformUser platformuser = (PlatformUser) invokeModule(PLATFORM_USER_MODULE + "/platformuser/" + id, PlatformUser.class);| Contact | Donate | Imprint |