Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WarehouseClubView
Please create a React-JS view called "WarehouseClubView" for the fields of the WarehouseClub entity. The WarehouseClubView must contain the following fields: - name: HatSupermarktCharakter type: BOOL - name: Land type: Land - name: Mitgliedsgebuehr type: STRING - name: Name type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing WarehouseClub entity should be loaded from the relative URL: "/LandService/warehouseclub/{id}" (HTTP-GET) If a new WarehouseClub entity has been created, the new entity should be posted to the relative URL: "/LandService/warehouseclub" (HTTP-POST) If an existing WarehouseClub entity has been updated, the modified entity should be sent to the relative URL: "/LandService/warehouseclub/{id}" (HTTP-PUT) If an existing WarehouseClub entity has to be deleted, the following relative URL should be called: "/LandService/warehouseclub/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum