Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ErsatzView
Please create a React-JS view called "ErsatzView" for the fields of the Ersatz entity. The ErsatzView must contain the following fields: - name: Beschreibung type: STRING - name: ErsatzDatum type: DATE - name: Grund type: STRING - name: Material type: Material - name: Rohrabschnitt type: Rohrabschnitt The data source for the [Material] select control should be loaded from the relative URL: "/MaterialService/material" (HTTP-GET) The data source for the [Rohrabschnitt] select control should be loaded from the relative URL: "/RohrabschnittService/rohrabschnitt" (HTTP-GET) An existing Ersatz entity should be loaded from the relative URL: "/MaterialService/ersatz/{id}" (HTTP-GET) If a new Ersatz entity has been created, the new entity should be posted to the relative URL: "/MaterialService/ersatz" (HTTP-POST) If an existing Ersatz entity has been updated, the modified entity should be sent to the relative URL: "/MaterialService/ersatz/{id}" (HTTP-PUT) If an existing Ersatz entity has to be deleted, the following relative URL should be called: "/MaterialService/ersatz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum