Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BelegungsnachweisView
Please create a React-JS view called "BelegungsnachweisView" for the fields of the Belegungsnachweis entity. The BelegungsnachweisView must contain the following fields: - name: BelegtePlaetze type: INT - name: GesamtPlaetze type: INT - name: KurzzeitpflegeBelegt type: INT - name: KurzzeitpflegePlaetze type: INT - name: NachtpflegeBelegt type: INT - name: NachtpflegePlaetze type: INT - name: Pflegeheim type: Pflegeheim - name: Stichtag type: DATE - name: TagespflegeBelegt type: INT - name: TagespflegePlaetze type: INT - name: VollstationaereBelegt type: INT - name: VollstationaerePlaetze type: INT The data source for the [Pflegeheim] select control should be loaded from the relative URL: "/PflegeheimService/pflegeheim" (HTTP-GET) An existing Belegungsnachweis entity should be loaded from the relative URL: "/PflegeartService/belegungsnachweis/{id}" (HTTP-GET) If a new Belegungsnachweis entity has been created, the new entity should be posted to the relative URL: "/PflegeartService/belegungsnachweis" (HTTP-POST) If an existing Belegungsnachweis entity has been updated, the modified entity should be sent to the relative URL: "/PflegeartService/belegungsnachweis/{id}" (HTTP-PUT) If an existing Belegungsnachweis entity has to be deleted, the following relative URL should be called: "/PflegeartService/belegungsnachweis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum