Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NavigationItemView
Please create a React-JS view called "NavigationItemView" for the fields of the NavigationItem entity. The NavigationItemView must contain the following fields: - name: DisplayOrder type: LONG - name: IsVisible type: BOOL - name: Label type: STRING - name: Page type: Page - name: ParentItem type: LONG - name: Url type: STRING The data source for the [Page] select control should be loaded from the relative URL: "/PerformerService/page" (HTTP-GET) An existing NavigationItem entity should be loaded from the relative URL: "/PerformerService/navigationitem/{id}" (HTTP-GET) If a new NavigationItem entity has been created, the new entity should be posted to the relative URL: "/PerformerService/navigationitem" (HTTP-POST) If an existing NavigationItem entity has been updated, the modified entity should be sent to the relative URL: "/PerformerService/navigationitem/{id}" (HTTP-PUT) If an existing NavigationItem entity has to be deleted, the following relative URL should be called: "/PerformerService/navigationitem/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum