Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BudgetView
Please create a React-JS view called "BudgetView" for the fields of the Budget entity. The BudgetView must contain the following fields: - name: School type: School - name: TimePeriod type: TimePeriod The data source for the [School] select control should be loaded from the relative URL: "/SchoolService/school" (HTTP-GET) The data source for the [TimePeriod] select control should be loaded from the relative URL: "/TimePeriodService/timeperiod" (HTTP-GET) An existing Budget entity should be loaded from the relative URL: "/TimePeriodService/budget/{id}" (HTTP-GET) If a new Budget entity has been created, the new entity should be posted to the relative URL: "/TimePeriodService/budget" (HTTP-POST) If an existing Budget entity has been updated, the modified entity should be sent to the relative URL: "/TimePeriodService/budget/{id}" (HTTP-PUT) If an existing Budget entity has to be deleted, the following relative URL should be called: "/TimePeriodService/budget/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BudgetPosition columns: - column: PositionAgent - column: Budget - column: ShortName - column: Target - column: PositionID The table should have the title "BudgetPositions" und the data must be loaded from the server with the following relative URL: "/ProductService/budgetposition/budget/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum