Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FormstueckView
Please create a React-JS view called "FormstueckView" for the fields of the Formstueck entity. The FormstueckView must contain the following fields: - name: FormstueckTyp type: STRING - name: Hinweise type: STRING - name: Material type: Material - name: NennweiteDn type: LONG - 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 Formstueck entity should be loaded from the relative URL: "/MaterialService/formstueck/{id}" (HTTP-GET) If a new Formstueck entity has been created, the new entity should be posted to the relative URL: "/MaterialService/formstueck" (HTTP-POST) If an existing Formstueck entity has been updated, the modified entity should be sent to the relative URL: "/MaterialService/formstueck/{id}" (HTTP-PUT) If an existing Formstueck entity has to be deleted, the following relative URL should be called: "/MaterialService/formstueck/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum