Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbholstoppView
Please create a React-JS view called "AbholstoppView" for the fields of the Abholstopp entity. The AbholstoppView must contain the following fields: - name: Lager type: Lager - name: Reihenfolge type: LONG - name: Route type: Route - name: SpenderFiliale type: SpenderFiliale - name: StoppTyp type: STRING The data source for the [Lager] select control should be loaded from the relative URL: "/LagerService/lager" (HTTP-GET) The data source for the [Route] select control should be loaded from the relative URL: "/EhrenamtlicherService/route" (HTTP-GET) The data source for the [SpenderFiliale] select control should be loaded from the relative URL: "/AdresseService/spenderfiliale" (HTTP-GET) An existing Abholstopp entity should be loaded from the relative URL: "/LagerService/abholstopp/{id}" (HTTP-GET) If a new Abholstopp entity has been created, the new entity should be posted to the relative URL: "/LagerService/abholstopp" (HTTP-POST) If an existing Abholstopp entity has been updated, the modified entity should be sent to the relative URL: "/LagerService/abholstopp/{id}" (HTTP-PUT) If an existing Abholstopp entity has to be deleted, the following relative URL should be called: "/LagerService/abholstopp/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum