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