Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandView
Please create a React-JS view called "LandView" for the fields of the Land entity. The LandView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gesetz columns: - column: Beschreibung - column: Land - column: Titel - column: InkraftDatum - column: GesetzTyp - column: Kurzbezeichnung The table should have the title "Gesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/gesetz/land/{id}" Add a HTML table to the view with the following SelbstdispensationRegelung columns: - column: Land - column: Beschreibung - column: Region - column: Gesetz The table should have the title "SelbstdispensationRegelungs" und the data must be loaded from the server with the following relative URL: "/LandService/selbstdispensationregelung/land/{id}" Add a HTML table to the view with the following Arzt columns: - column: Vorname - column: Nachname - column: Fachrichtung - column: Land The table should have the title "Arzts" und the data must be loaded from the server with the following relative URL: "/ArztService/arzt/land/{id}" Add a HTML table to the view with the following Museum columns: - column: Ort - column: MuseumTyp - column: Schwerpunkt - column: Land - column: Name The table should have the title "Museums" und the data must be loaded from the server with the following relative URL: "/MuseumService/museum/land/{id}" Add a HTML table to the view with the following Hausapotheke columns: - column: Land - column: Typ - column: Ort - column: TierarztFlag - column: Arzt The table should have the title "Hausapothekes" und the data must be loaded from the server with the following relative URL: "/ArztService/hausapotheke/land/{id}" Add a HTML table to the view with the following Region columns: - column: Land - column: RegionTyp - column: Name The table should have the title "Regions" und the data must be loaded from the server with the following relative URL: "/LandService/region/land/{id}" Add a HTML table to the view with the following Organisation columns: - column: Land - column: SitzOrt - column: Name - column: OrganisationTyp The table should have the title "Organisations" und the data must be loaded from the server with the following relative URL: "/SymbolService/organisation/land/{id}" Add a HTML table to the view with the following ArzneimittelPreisregel columns: - column: Land - column: Gesetz - column: Beschreibung - column: GueltigAb The table should have the title "ArzneimittelPreisregels" und the data must be loaded from the server with the following relative URL: "/GesetzService/arzneimittelpreisregel/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum