Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SammelfahrzeugView
Please create a React-JS view called "SammelfahrzeugView" for the fields of the Sammelfahrzeug entity. The SammelfahrzeugView must contain the following fields: - name: Ausserbetriebnahmejahr type: INT - name: Fahrzeugtyp type: STRING - name: HatHubmechanismus type: BOOL - name: HatSaugtechnik type: BOOL - name: Inbetriebnahmejahr type: INT - name: IstPferdegezogen type: BOOL - name: Name type: STRING - name: Sammelsystem type: Sammelsystem The data source for the [Sammelsystem] select control should be loaded from the relative URL: "/SammelsystemService/sammelsystem" (HTTP-GET) An existing Sammelfahrzeug entity should be loaded from the relative URL: "/SammelsystemService/sammelfahrzeug/{id}" (HTTP-GET) If a new Sammelfahrzeug entity has been created, the new entity should be posted to the relative URL: "/SammelsystemService/sammelfahrzeug" (HTTP-POST) If an existing Sammelfahrzeug entity has been updated, the modified entity should be sent to the relative URL: "/SammelsystemService/sammelfahrzeug/{id}" (HTTP-PUT) If an existing Sammelfahrzeug entity has to be deleted, the following relative URL should be called: "/SammelsystemService/sammelfahrzeug/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum