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