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