Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SelbstbedienungskasseView
Please create a React-JS view called "SelbstbedienungskasseView" for the fields of the Selbstbedienungskasse entity. The SelbstbedienungskasseView must contain the following fields: - name: HatMitarbeiterunterstuetzung type: BOOL - name: Kasse type: Kasse - name: Zahlart type: STRING The data source for the [Kasse] select control should be loaded from the relative URL: "/KasseService/kasse" (HTTP-GET) An existing Selbstbedienungskasse entity should be loaded from the relative URL: "/KasseService/selbstbedienungskasse/{id}" (HTTP-GET) If a new Selbstbedienungskasse entity has been created, the new entity should be posted to the relative URL: "/KasseService/selbstbedienungskasse" (HTTP-POST) If an existing Selbstbedienungskasse entity has been updated, the modified entity should be sent to the relative URL: "/KasseService/selbstbedienungskasse/{id}" (HTTP-PUT) If an existing Selbstbedienungskasse entity has to be deleted, the following relative URL should be called: "/KasseService/selbstbedienungskasse/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum