Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EquipmentRepairView
Please create a React-JS view called "EquipmentRepairView" for the fields of the EquipmentRepair entity. The EquipmentRepairView must contain the following fields: - name: Equipment type: Equipment - name: Comments type: STRING - name: Price type: DOUBLE - name: RepairResult type: STRING - name: Repair type: Repair The data source for the [Equipment] select control should be loaded from the relative URL: "/RoomService/equipment" (HTTP-GET) The data source for the [Repair] select control should be loaded from the relative URL: "/CompanyService/repair" (HTTP-GET) An existing EquipmentRepair entity should be loaded from the relative URL: "/RoomService/equipmentrepair/{id}" (HTTP-GET) If a new EquipmentRepair entity has been created, the new entity should be posted to the relative URL: "/RoomService/equipmentrepair" (HTTP-POST) If an existing EquipmentRepair entity has been updated, the modified entity should be sent to the relative URL: "/RoomService/equipmentrepair/{id}" (HTTP-PUT) If an existing EquipmentRepair entity has to be deleted, the following relative URL should be called: "/RoomService/equipmentrepair/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum