Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StudentMaterialView
Please create a React-JS view called "StudentMaterialView" for the fields of the StudentMaterial entity. The StudentMaterialView must contain the following fields: - name: Paid type: BOOL - name: Comments type: STRING - name: Costs type: DOUBLE - name: Amount type: DOUBLE - name: Student type: Student - name: ConsumableMaterial type: ConsumableMaterial - name: DesignatedUse type: STRING The data source for the [ConsumableMaterial] select control should be loaded from the relative URL: "/RoomService/consumablematerial" (HTTP-GET) The data source for the [Student] select control should be loaded from the relative URL: "/StudentService/student" (HTTP-GET) An existing StudentMaterial entity should be loaded from the relative URL: "/StudentService/studentmaterial/{id}" (HTTP-GET) If a new StudentMaterial entity has been created, the new entity should be posted to the relative URL: "/StudentService/studentmaterial" (HTTP-POST) If an existing StudentMaterial entity has been updated, the modified entity should be sent to the relative URL: "/StudentService/studentmaterial/{id}" (HTTP-PUT) If an existing StudentMaterial entity has to be deleted, the following relative URL should be called: "/StudentService/studentmaterial/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum