Overview
Summary
Contact
Donate
Imprint
Prompt for the
UserDataConsentView
Please create a React-JS view called "UserDataConsentView" for the fields of the UserDataConsent entity. The UserDataConsentView must contain the following fields: - name: ConsentType type: STRING - name: Description type: STRING - name: GrantedAt type: DATE - name: PlatformUser type: PlatformUser - name: RevokedAt type: DATE The data source for the [PlatformUser] select control should be loaded from the relative URL: "/PlatformUserService/platformuser" (HTTP-GET) An existing UserDataConsent entity should be loaded from the relative URL: "/AmenityService/userdataconsent/{id}" (HTTP-GET) If a new UserDataConsent entity has been created, the new entity should be posted to the relative URL: "/AmenityService/userdataconsent" (HTTP-POST) If an existing UserDataConsent entity has been updated, the modified entity should be sent to the relative URL: "/AmenityService/userdataconsent/{id}" (HTTP-PUT) If an existing UserDataConsent entity has to be deleted, the following relative URL should be called: "/AmenityService/userdataconsent/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint