| Services | Contact | Donate | About | Imprint |
| UserDataConsent | PlatformUserModule | Airbnb |
| Property | Type | Entity | Reference | Module |
| (1) ConsentType | STRING | UserDataConsent | ||
| (2) Description | STRING | UserDataConsent | ||
| (3) GrantedAt | DATE | UserDataConsent | ||
| (4) PlatformUser | LONG | UserDataConsent | PlatformUser | PlatformUserModule |
| (5) RevokedAt | DATE | UserDataConsent |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /userdataconsent/{id} | deleteUserDataConsentById(id) | PlatformUserModule | DELETE | UserDataConsent |
| (2) /userdataconsent | findAllUserDataConsent() | PlatformUserModule | GET | UserDataConsent |
| (3) /userdataconsent/platformuser/{id} | findAllUserDataConsentOfPlatformUser(id) | PlatformUserModule | GET | PlatformUser UserDataConsent |
| (4) /userdataconsent | insertUserDataConsent(userdataconsent) | PlatformUserModule | POST | UserDataConsent |
| (5) /userdataconsent/{id} | updateUserDataConsentById(userdataconsent) | PlatformUserModule | PUT | UserDataConsent |
| (6) /userdataconsent/{id} | findUserDataConsentById(id) | PlatformUserModule | GET | UserDataConsent |
Example:
final UserDataConsent userdataconsent = (UserDataConsent) invokeModule(PLATFORM_USER_MODULE + "/userdataconsent/" + id, UserDataConsent.class);| Services | Contact | Donate | About | Imprint |