Overview
Summary
Contact
Donate
Imprint
Prompt for the
RegulatoryRegionView
Please create a React-JS view called "RegulatoryRegionView" for the fields of the RegulatoryRegion entity. The RegulatoryRegionView must contain the following fields: - name: DataRetentionPolicy type: STRING - name: Description type: STRING - name: GdprApplies type: BOOL - name: Name type: STRING An existing RegulatoryRegion entity should be loaded from the relative URL: "/RegulatoryRegionService/regulatoryregion/{id}" (HTTP-GET) If a new RegulatoryRegion entity has been created, the new entity should be posted to the relative URL: "/RegulatoryRegionService/regulatoryregion" (HTTP-POST) If an existing RegulatoryRegion entity has been updated, the modified entity should be sent to the relative URL: "/RegulatoryRegionService/regulatoryregion/{id}" (HTTP-PUT) If an existing RegulatoryRegion entity has to be deleted, the following relative URL should be called: "/RegulatoryRegionService/regulatoryregion/{id}" (HTTP-DELETE) Add a HTML table to the view with the following UserRegion columns: - column: EffectiveFrom - column: EffectiveTo - column: RegulatoryRegion - column: UserAccount The table should have the title "UserRegions" und the data must be loaded from the server with the following relative URL: "/RegulatoryRegionService/userregion/regulatoryregion/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint