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