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 Erlaubnis columns: - column: Ausstellungsdatum - column: Erlaubnistyp - column: Land - column: Ablaufdatum - column: Gesetz - column: Hinweise - column: Behoerde - column: Person - column: Widerrufsdatum - column: IstWiderrufen - column: Beruf - column: Sektoralerlaubnisart - column: Erlaubnisnummer The table should have the title "Erlaubniss" und the data must be loaded from the server with the following relative URL: "/LandService/erlaubnis/land/{id}" Add a HTML table to the view with the following Person columns: - column: Vorname - column: Geburtsdatum - column: Sterbedatum - column: Nachname - column: Staatsangehoerigkeit - column: Geburtsland - column: Geschlecht - column: IstVerstorben The table should have the title "Persons" und the data must be loaded from the server with the following relative URL: "/PersonService/person/geburtsland/{id}" Add a HTML table to the view with the following Person columns: - column: Vorname - column: Geburtsdatum - column: Sterbedatum - column: Nachname - column: Staatsangehoerigkeit - column: Geburtsland - column: Geschlecht - column: IstVerstorben The table should have the title "Persons" und the data must be loaded from the server with the following relative URL: "/PersonService/person/staatsangehoerigkeit/{id}" Add a HTML table to the view with the following Pruefung columns: - column: MuendlichErforderlich - column: Name - column: MaxVersuche - column: SchriftlichErforderlich - column: Land - column: Behoerde - column: Beschreibung - column: Beruf - column: Mindestpunktzahl - column: Gesetz The table should have the title "Pruefungs" und the data must be loaded from the server with the following relative URL: "/PruefungService/pruefung/land/{id}" Add a HTML table to the view with the following Versicherung columns: - column: Beschreibung - column: Name - column: Versicherungsart - column: Land The table should have the title "Versicherungs" und the data must be loaded from the server with the following relative URL: "/BehandlungsmethodeService/versicherung/land/{id}" Add a HTML table to the view with the following Verband columns: - column: Land - column: Name - column: IstDachverband - column: Beschreibung - column: Akronym The table should have the title "Verbands" und the data must be loaded from the server with the following relative URL: "/VerbandService/verband/land/{id}" Add a HTML table to the view with the following Heilpraktiker columns: - column: Hauptland - column: HatVolleErlaubnis - column: SchwerpunktPsychotherapie - column: BeginnTaetigkeit - column: SchwerpunktPhysiotherapie - column: Praxisbeschreibung - column: EndeTaetigkeit - column: Person The table should have the title "Heilpraktikers" und the data must be loaded from the server with the following relative URL: "/PersonService/heilpraktiker/hauptland/{id}" Add a HTML table to the view with the following Gesetz columns: - column: Beschreibung - column: Abkuerzung - column: Kurztitel - column: AmtlicherTitel - column: DatumVerkuendung - column: Zitat - column: DatumLetzteAenderung - column: Land - column: Gesetzesart 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 Behoerde columns: - column: Name - column: Behoerdenart - column: Beschreibung - column: Land The table should have the title "Behoerdes" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/behoerde/land/{id}" Add a HTML table to the view with the following Ausbildungsinstitution columns: - column: Institutionstyp - column: Beschreibung - column: IstOeffentlich - column: Land - column: Name The table should have the title "Ausbildungsinstitutions" und the data must be loaded from the server with the following relative URL: "/LandService/ausbildungsinstitution/land/{id}" Add a HTML table to the view with the following BerufLandRegelung columns: - column: Gesetz - column: Hinweise - column: Strafbarkeit - column: Beruf - column: Beschreibung - column: Regelungsstatus - column: Land The table should have the title "BerufLandRegelungs" und the data must be loaded from the server with the following relative URL: "/BerufService/beruflandregelung/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum