Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbfalltransportView
Please create a React-JS view called "AbfalltransportView" for the fields of the Abfalltransport entity. The AbfalltransportView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: QuelleAnlage type: Anlage - name: Transportart type: Transportart - name: TransportDatum type: DATE - name: TransportMengeTonnen type: STRING - name: ZielAnlage type: Anlage - name: ZielDeponie type: Deponie The data source for the [ZielAnlage] select control should be loaded from the relative URL: "/GemeindeService/anlage" (HTTP-GET) The data source for the [ZielDeponie] select control should be loaded from the relative URL: "/DeponieService/deponie" (HTTP-GET) The data source for the [QuelleAnlage] select control should be loaded from the relative URL: "/GemeindeService/anlage" (HTTP-GET) The data source for the [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) The data source for the [Transportart] select control should be loaded from the relative URL: "/SammelfahrzeugService/transportart" (HTTP-GET) An existing Abfalltransport entity should be loaded from the relative URL: "/DeponieService/abfalltransport/{id}" (HTTP-GET) If a new Abfalltransport entity has been created, the new entity should be posted to the relative URL: "/DeponieService/abfalltransport" (HTTP-POST) If an existing Abfalltransport entity has been updated, the modified entity should be sent to the relative URL: "/DeponieService/abfalltransport/{id}" (HTTP-PUT) If an existing Abfalltransport entity has to be deleted, the following relative URL should be called: "/DeponieService/abfalltransport/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum