Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SpenderFilialeView
Please create a React-JS view called "SpenderFilialeView" for the fields of the SpenderFiliale entity. The SpenderFilialeView must contain the following fields: - name: Adresse type: Adresse - name: FilialCode type: STRING - name: Name type: STRING - name: SpenderOrganisation type: SpenderOrganisation - name: Telefon type: STRING The data source for the [Adresse] select control should be loaded from the relative URL: "/AdresseService/adresse" (HTTP-GET) The data source for the [SpenderOrganisation] select control should be loaded from the relative URL: "/AdresseService/spenderorganisation" (HTTP-GET) An existing SpenderFiliale entity should be loaded from the relative URL: "/AdresseService/spenderfiliale/{id}" (HTTP-GET) If a new SpenderFiliale entity has been created, the new entity should be posted to the relative URL: "/AdresseService/spenderfiliale" (HTTP-POST) If an existing SpenderFiliale entity has been updated, the modified entity should be sent to the relative URL: "/AdresseService/spenderfiliale/{id}" (HTTP-PUT) If an existing SpenderFiliale entity has to be deleted, the following relative URL should be called: "/AdresseService/spenderfiliale/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Abholstopp columns: - column: Lager - column: StoppTyp - column: Route - column: Reihenfolge - column: SpenderFiliale The table should have the title "Abholstopps" und the data must be loaded from the server with the following relative URL: "/LagerService/abholstopp/spenderfiliale/{id}" Add a HTML table to the view with the following Spende columns: - column: LokaleTafel - column: SpendenDatumZeit - column: GesamtgewichtKg - column: SpenderFiliale - column: Notizen - column: SpenderOrganisation - column: HerkunftTyp The table should have the title "Spendes" und the data must be loaded from the server with the following relative URL: "/SpendeService/spende/spenderfiliale/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum