Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ConferenceRoomEquipmentView
Please create a React-JS view called "ConferenceRoomEquipmentView" for the fields of the ConferenceRoomEquipment entity. The ConferenceRoomEquipmentView must contain the following fields: - name: ConferenceEquipment type: ConferenceEquipment - name: ConferenceRoom type: ConferenceRoom - name: Quantity type: LONG The data source for the [ConferenceEquipment] select control should be loaded from the relative URL: "/ConferenceRoomService/conferenceequipment" (HTTP-GET) The data source for the [ConferenceRoom] select control should be loaded from the relative URL: "/ConferenceRoomService/conferenceroom" (HTTP-GET) An existing ConferenceRoomEquipment entity should be loaded from the relative URL: "/ConferenceRoomService/conferenceroomequipment/{id}" (HTTP-GET) If a new ConferenceRoomEquipment entity has been created, the new entity should be posted to the relative URL: "/ConferenceRoomService/conferenceroomequipment" (HTTP-POST) If an existing ConferenceRoomEquipment entity has been updated, the modified entity should be sent to the relative URL: "/ConferenceRoomService/conferenceroomequipment/{id}" (HTTP-PUT) If an existing ConferenceRoomEquipment entity has to be deleted, the following relative URL should be called: "/ConferenceRoomService/conferenceroomequipment/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum