Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MarkierungView
Please create a React-JS view called "MarkierungView" for the fields of the Markierung entity. The MarkierungView must contain the following fields: - name: Farbe type: STRING - name: IstBegrenzung type: BOOL - name: IstParkverbot type: BOOL - name: MarkierungTyp type: MarkierungTyp - name: MusterBeschreibung type: STRING - name: Parkplatzbereich type: Parkplatzbereich The data source for the [MarkierungTyp] select control should be loaded from the relative URL: "/LandService/markierungtyp" (HTTP-GET) The data source for the [Parkplatzbereich] select control should be loaded from the relative URL: "/ParkplatzbereichService/parkplatzbereich" (HTTP-GET) An existing Markierung entity should be loaded from the relative URL: "/LandService/markierung/{id}" (HTTP-GET) If a new Markierung entity has been created, the new entity should be posted to the relative URL: "/LandService/markierung" (HTTP-POST) If an existing Markierung entity has been updated, the modified entity should be sent to the relative URL: "/LandService/markierung/{id}" (HTTP-PUT) If an existing Markierung entity has to be deleted, the following relative URL should be called: "/LandService/markierung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum