Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NotrufnummerView
Please create a React-JS view called "NotrufnummerView" for the fields of the Notrufnummer entity. The NotrufnummerView must contain the following fields: - name: Bereich type: STRING - name: Beschreibung type: STRING - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: IstAltNummer type: BOOL - name: IstEuronotruf type: BOOL - name: Land type: Land - name: Nummer type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Notrufnummer entity should be loaded from the relative URL: "/LandService/notrufnummer/{id}" (HTTP-GET) If a new Notrufnummer entity has been created, the new entity should be posted to the relative URL: "/LandService/notrufnummer" (HTTP-POST) If an existing Notrufnummer entity has been updated, the modified entity should be sent to the relative URL: "/LandService/notrufnummer/{id}" (HTTP-PUT) If an existing Notrufnummer entity has to be deleted, the following relative URL should be called: "/LandService/notrufnummer/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum