Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MarktgebietView
Please create a React-JS view called "MarktgebietView" for the fields of the Marktgebiet entity. The MarktgebietView must contain the following fields: - name: Endjahr type: LONG - name: Name type: STRING - name: Notizen type: STRING - name: Startjahr type: LONG An existing Marktgebiet entity should be loaded from the relative URL: "/MarktgebietService/marktgebiet/{id}" (HTTP-GET) If a new Marktgebiet entity has been created, the new entity should be posted to the relative URL: "/MarktgebietService/marktgebiet" (HTTP-POST) If an existing Marktgebiet entity has been updated, the modified entity should be sent to the relative URL: "/MarktgebietService/marktgebiet/{id}" (HTTP-PUT) If an existing Marktgebiet entity has to be deleted, the following relative URL should be called: "/MarktgebietService/marktgebiet/{id}" (HTTP-DELETE) Add a HTML table to the view with the following OrganisationMarktgebiet columns: - column: Marktgebiet - column: Notizen - column: Organisation - column: Startjahr - column: Endjahr - column: Rolle The table should have the title "OrganisationMarktgebiets" und the data must be loaded from the server with the following relative URL: "/MarktgebietService/organisationmarktgebiet/marktgebiet/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum