Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BrueckeLagekategorieView
Please create a React-JS view called "BrueckeLagekategorieView" for the fields of the BrueckeLagekategorie entity. The BrueckeLagekategorieView must contain the following fields: - name: Bruecke type: Bruecke - name: Lagekategorie type: Lagekategorie The data source for the [Lagekategorie] select control should be loaded from the relative URL: "/TragwerkssystemService/lagekategorie" (HTTP-GET) The data source for the [Bruecke] select control should be loaded from the relative URL: "/BrueckeService/bruecke" (HTTP-GET) An existing BrueckeLagekategorie entity should be loaded from the relative URL: "/TragwerkssystemService/brueckelagekategorie/{id}" (HTTP-GET) If a new BrueckeLagekategorie entity has been created, the new entity should be posted to the relative URL: "/TragwerkssystemService/brueckelagekategorie" (HTTP-POST) If an existing BrueckeLagekategorie entity has been updated, the modified entity should be sent to the relative URL: "/TragwerkssystemService/brueckelagekategorie/{id}" (HTTP-PUT) If an existing BrueckeLagekategorie entity has to be deleted, the following relative URL should be called: "/TragwerkssystemService/brueckelagekategorie/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum