Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BelegungView
Please create a React-JS view called "BelegungView" for the fields of the Belegung entity. The BelegungView must contain the following fields: - name: BisDatum type: DATE - name: Gruppenname type: STRING - name: IstVollzeit type: BOOL - name: Kind type: Kind - name: Kindergarten type: Kindergarten - name: VonDatum type: DATE The data source for the [Kind] select control should be loaded from the relative URL: "/OeffnungszeitModellService/kind" (HTTP-GET) The data source for the [Kindergarten] select control should be loaded from the relative URL: "/KindergartenService/kindergarten" (HTTP-GET) An existing Belegung entity should be loaded from the relative URL: "/OeffnungszeitModellService/belegung/{id}" (HTTP-GET) If a new Belegung entity has been created, the new entity should be posted to the relative URL: "/OeffnungszeitModellService/belegung" (HTTP-POST) If an existing Belegung entity has been updated, the modified entity should be sent to the relative URL: "/OeffnungszeitModellService/belegung/{id}" (HTTP-PUT) If an existing Belegung entity has to be deleted, the following relative URL should be called: "/OeffnungszeitModellService/belegung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum