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