Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GrenzmarkeView
Please create a React-JS view called "GrenzmarkeView" for the fields of the Grenzmarke entity. The GrenzmarkeView must contain the following fields: - name: ErzeugtAm type: DATE - name: GesetzAm type: DATE - name: Grenzpunkt type: Grenzpunkt - name: Markentyp type: STRING - name: Zustand type: STRING The data source for the [Grenzpunkt] select control should be loaded from the relative URL: "/FestpunktService/grenzpunkt" (HTTP-GET) An existing Grenzmarke entity should be loaded from the relative URL: "/FestpunktService/grenzmarke/{id}" (HTTP-GET) If a new Grenzmarke entity has been created, the new entity should be posted to the relative URL: "/FestpunktService/grenzmarke" (HTTP-POST) If an existing Grenzmarke entity has been updated, the modified entity should be sent to the relative URL: "/FestpunktService/grenzmarke/{id}" (HTTP-PUT) If an existing Grenzmarke entity has to be deleted, the following relative URL should be called: "/FestpunktService/grenzmarke/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum