Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UnternehmenView
Please create a React-JS view called "UnternehmenView" for the fields of the Unternehmen entity. The UnternehmenView must contain the following fields: - name: Land type: STRING - name: Name type: STRING - name: Notizen type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Registernummer type: STRING - name: Strasse type: STRING - name: Typ type: STRING - name: Webseite type: STRING An existing Unternehmen entity should be loaded from the relative URL: "/UnternehmenService/unternehmen/{id}" (HTTP-GET) If a new Unternehmen entity has been created, the new entity should be posted to the relative URL: "/UnternehmenService/unternehmen" (HTTP-POST) If an existing Unternehmen entity has been updated, the modified entity should be sent to the relative URL: "/UnternehmenService/unternehmen/{id}" (HTTP-PUT) If an existing Unternehmen entity has to be deleted, the following relative URL should be called: "/UnternehmenService/unternehmen/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Praxisinhaber columns: - column: Enddatum - column: Startdatum - column: Leitend - column: Tierarztpraxis - column: Anteil - column: Unternehmen - column: Tierarzt The table should have the title "Praxisinhabers" und the data must be loaded from the server with the following relative URL: "/UnternehmenService/praxisinhaber/unternehmen/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum