Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrtView
Please create a React-JS view called "OrtView" for the fields of the Ort entity. The OrtView must contain the following fields: - name: Adresszusatz type: STRING - name: Breitengrad type: STRING - name: Hausnummer type: STRING - name: Laengengrad type: STRING - name: Land type: STRING - name: Postleitzahl type: STRING - name: Stadt type: STRING - name: Strasse type: STRING An existing Ort entity should be loaded from the relative URL: "/OrtService/ort/{id}" (HTTP-GET) If a new Ort entity has been created, the new entity should be posted to the relative URL: "/OrtService/ort" (HTTP-POST) If an existing Ort entity has been updated, the modified entity should be sent to the relative URL: "/OrtService/ort/{id}" (HTTP-PUT) If an existing Ort entity has to be deleted, the following relative URL should be called: "/OrtService/ort/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Versicherung columns: - column: EMailAdresse - column: Versicherungstyp - column: AbrechnungsportalUrl - column: Kurzname - column: OffiziellerName - column: Ort - column: Telefonnummer The table should have the title "Versicherungs" und the data must be loaded from the server with the following relative URL: "/VersicherungService/versicherung/ort/{id}" Add a HTML table to the view with the following PflegedienstStandort columns: - column: EMailAdresse - column: IstHauptstandort - column: Standortname - column: Pflegedienst - column: Ort - column: IstAktiv - column: Telefonnummer The table should have the title "PflegedienstStandorts" und the data must be loaded from the server with the following relative URL: "/OrtService/pflegedienststandort/ort/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum