Overview
Summary
Contact
Donate
Imprint
Prompt for the
RoomTypeAmenityView
Please create a React-JS view called "RoomTypeAmenityView" for the fields of the RoomTypeAmenity entity. The RoomTypeAmenityView must contain the following fields: - name: AdditionalInfo type: STRING - name: Amenity type: Amenity - name: RoomType type: RoomType The data source for the [Amenity] select control should be loaded from the relative URL: "/RoomTypeService/amenity" (HTTP-GET) The data source for the [RoomType] select control should be loaded from the relative URL: "/RoomTypeService/roomtype" (HTTP-GET) An existing RoomTypeAmenity entity should be loaded from the relative URL: "/RoomTypeService/roomtypeamenity/{id}" (HTTP-GET) If a new RoomTypeAmenity entity has been created, the new entity should be posted to the relative URL: "/RoomTypeService/roomtypeamenity" (HTTP-POST) If an existing RoomTypeAmenity entity has been updated, the modified entity should be sent to the relative URL: "/RoomTypeService/roomtypeamenity/{id}" (HTTP-PUT) If an existing RoomTypeAmenity entity has to be deleted, the following relative URL should be called: "/RoomTypeService/roomtypeamenity/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint