Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchichtView
Please create a React-JS view called "SchichtView" for the fields of the Schicht entity. The SchichtView must contain the following fields: - name: Beschreibung type: STRING - name: Endzeit type: DATE - name: Produktionsstandort type: Produktionsstandort - name: Startzeit type: DATE The data source for the [Produktionsstandort] select control should be loaded from the relative URL: "/ProduktionsstandortService/produktionsstandort" (HTTP-GET) An existing Schicht entity should be loaded from the relative URL: "/ProduktionsstandortService/schicht/{id}" (HTTP-GET) If a new Schicht entity has been created, the new entity should be posted to the relative URL: "/ProduktionsstandortService/schicht" (HTTP-POST) If an existing Schicht entity has been updated, the modified entity should be sent to the relative URL: "/ProduktionsstandortService/schicht/{id}" (HTTP-PUT) If an existing Schicht entity has to be deleted, the following relative URL should be called: "/ProduktionsstandortService/schicht/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum