Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HydrantHinweisschildView
Please create a React-JS view called "HydrantHinweisschildView" for the fields of the HydrantHinweisschild entity. The HydrantHinweisschildView must contain the following fields: - name: Hydrant type: Hydrant - name: MontageOrt type: STRING - name: OffsetXMeter type: STRING - name: OffsetYMeter type: STRING - name: SchildType type: STRING - name: Text type: STRING The data source for the [Hydrant] select control should be loaded from the relative URL: "/WasserNetzService/hydrant" (HTTP-GET) An existing HydrantHinweisschild entity should be loaded from the relative URL: "/HydrantPlanService/hydranthinweisschild/{id}" (HTTP-GET) If a new HydrantHinweisschild entity has been created, the new entity should be posted to the relative URL: "/HydrantPlanService/hydranthinweisschild" (HTTP-POST) If an existing HydrantHinweisschild entity has been updated, the modified entity should be sent to the relative URL: "/HydrantPlanService/hydranthinweisschild/{id}" (HTTP-PUT) If an existing HydrantHinweisschild entity has to be deleted, the following relative URL should be called: "/HydrantPlanService/hydranthinweisschild/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum