Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StellplatzAusstattungView
Please create a React-JS view called "StellplatzAusstattungView" for the fields of the StellplatzAusstattung entity. The StellplatzAusstattungView must contain the following fields: - name: Ausstattung type: Ausstattung - name: Hinweis type: STRING - name: Menge type: INT - name: Stellplatz type: Stellplatz The data source for the [Ausstattung] select control should be loaded from the relative URL: "/AusstattungskategorieService/ausstattung" (HTTP-GET) The data source for the [Stellplatz] select control should be loaded from the relative URL: "/StellplatzService/stellplatz" (HTTP-GET) An existing StellplatzAusstattung entity should be loaded from the relative URL: "/AusstattungskategorieService/stellplatzausstattung/{id}" (HTTP-GET) If a new StellplatzAusstattung entity has been created, the new entity should be posted to the relative URL: "/AusstattungskategorieService/stellplatzausstattung" (HTTP-POST) If an existing StellplatzAusstattung entity has been updated, the modified entity should be sent to the relative URL: "/AusstattungskategorieService/stellplatzausstattung/{id}" (HTTP-PUT) If an existing StellplatzAusstattung entity has to be deleted, the following relative URL should be called: "/AusstattungskategorieService/stellplatzausstattung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum