Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SpenderOrganisationView
Please create a React-JS view called "SpenderOrganisationView" for the fields of the SpenderOrganisation entity. The SpenderOrganisationView must contain the following fields: - name: Adresse type: Adresse - name: Name type: STRING - name: SpenderTyp type: STRING - name: Steuernummer type: STRING The data source for the [Adresse] select control should be loaded from the relative URL: "/AdresseService/adresse" (HTTP-GET) An existing SpenderOrganisation entity should be loaded from the relative URL: "/AdresseService/spenderorganisation/{id}" (HTTP-GET) If a new SpenderOrganisation entity has been created, the new entity should be posted to the relative URL: "/AdresseService/spenderorganisation" (HTTP-POST) If an existing SpenderOrganisation entity has been updated, the modified entity should be sent to the relative URL: "/AdresseService/spenderorganisation/{id}" (HTTP-PUT) If an existing SpenderOrganisation entity has to be deleted, the following relative URL should be called: "/AdresseService/spenderorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SpenderFiliale columns: - column: Name - column: FilialCode - column: SpenderOrganisation - column: Telefon - column: Adresse The table should have the title "SpenderFiliales" und the data must be loaded from the server with the following relative URL: "/AdresseService/spenderfiliale/spenderorganisation/{id}" Add a HTML table to the view with the following Kooperationsvereinbarung columns: - column: Notizen - column: PartnerOrganisation - column: VereinbarungsTyp - column: SpenderOrganisation - column: LokaleTafel - column: Bundesverband - column: Titel - column: BisDatum - column: VonDatum The table should have the title "Kooperationsvereinbarungs" und the data must be loaded from the server with the following relative URL: "/AdresseService/kooperationsvereinbarung/spenderorganisation/{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/spenderorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum