Overview
Summary
Contact
Donate
Imprint
Prompt for the
HiddenCameraIncidentView
Please create a React-JS view called "HiddenCameraIncidentView" for the fields of the HiddenCameraIncident entity. The HiddenCameraIncidentView must contain the following fields: - name: Description type: STRING - name: InvolvedGuests type: INT - name: LawEnforcementContacted type: BOOL - name: Listing type: Listing - name: ReportedAt type: DATE - name: SettlementType type: STRING The data source for the [Listing] select control should be loaded from the relative URL: "/ListingService/listing" (HTTP-GET) An existing HiddenCameraIncident entity should be loaded from the relative URL: "/CompanyService/hiddencameraincident/{id}" (HTTP-GET) If a new HiddenCameraIncident entity has been created, the new entity should be posted to the relative URL: "/CompanyService/hiddencameraincident" (HTTP-POST) If an existing HiddenCameraIncident entity has been updated, the modified entity should be sent to the relative URL: "/CompanyService/hiddencameraincident/{id}" (HTTP-PUT) If an existing HiddenCameraIncident entity has to be deleted, the following relative URL should be called: "/CompanyService/hiddencameraincident/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint