Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HundekotStationView
Please create a React-JS view called "HundekotStationView" for the fields of the HundekotStation entity. The HundekotStationView must contain the following fields: - name: Abfallbehaelter type: Abfallbehaelter - name: Beutelkapazitaet type: INT - name: HatBeutelspender type: BOOL - name: IstImParkbereich type: BOOL The data source for the [Abfallbehaelter] select control should be loaded from the relative URL: "/AbfallbehaelterService/abfallbehaelter" (HTTP-GET) An existing HundekotStation entity should be loaded from the relative URL: "/AbfallartService/hundekotstation/{id}" (HTTP-GET) If a new HundekotStation entity has been created, the new entity should be posted to the relative URL: "/AbfallartService/hundekotstation" (HTTP-POST) If an existing HundekotStation entity has been updated, the modified entity should be sent to the relative URL: "/AbfallartService/hundekotstation/{id}" (HTTP-PUT) If an existing HundekotStation entity has to be deleted, the following relative URL should be called: "/AbfallartService/hundekotstation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum