Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MietunterkunftView
Please create a React-JS view called "MietunterkunftView" for the fields of the Mietunterkunft entity. The MietunterkunftView must contain the following fields: - name: AnzahlEinheiten type: INT - name: Barrierefrei type: BOOL - name: Beschreibung type: STRING - name: Campingplatz type: Campingplatz - name: HatBad type: BOOL - name: HatHeizung type: BOOL - name: HatKlimaanlage type: BOOL - name: HatKueche type: BOOL - name: KapazitaetPersonen type: INT - name: Name type: STRING - name: Unterkunftstyp type: Unterkunftstyp The data source for the [Unterkunftstyp] select control should be loaded from the relative URL: "/UnterkunftstypService/unterkunftstyp" (HTTP-GET) The data source for the [Campingplatz] select control should be loaded from the relative URL: "/CampingplatzService/campingplatz" (HTTP-GET) An existing Mietunterkunft entity should be loaded from the relative URL: "/UnterkunftstypService/mietunterkunft/{id}" (HTTP-GET) If a new Mietunterkunft entity has been created, the new entity should be posted to the relative URL: "/UnterkunftstypService/mietunterkunft" (HTTP-POST) If an existing Mietunterkunft entity has been updated, the modified entity should be sent to the relative URL: "/UnterkunftstypService/mietunterkunft/{id}" (HTTP-PUT) If an existing Mietunterkunft entity has to be deleted, the following relative URL should be called: "/UnterkunftstypService/mietunterkunft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum