Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WerkstattangebotView
Please create a React-JS view called "WerkstattangebotView" for the fields of the Werkstattangebot entity. The WerkstattangebotView must contain the following fields: - name: Angebotstyp type: STRING - name: Beschreibung type: STRING - name: Name type: STRING - name: RelevantAuslagerung type: BOOL - name: Werkstatt type: Werkstatt The data source for the [Werkstatt] select control should be loaded from the relative URL: "/WerkstattService/werkstatt" (HTTP-GET) An existing Werkstattangebot entity should be loaded from the relative URL: "/VerbandService/werkstattangebot/{id}" (HTTP-GET) If a new Werkstattangebot entity has been created, the new entity should be posted to the relative URL: "/VerbandService/werkstattangebot" (HTTP-POST) If an existing Werkstattangebot entity has been updated, the modified entity should be sent to the relative URL: "/VerbandService/werkstattangebot/{id}" (HTTP-PUT) If an existing Werkstattangebot entity has to be deleted, the following relative URL should be called: "/VerbandService/werkstattangebot/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum