Overview
Summary
Contact
Donate
Imprint
Prompt for the
PropertyPolicyView
Please create a React-JS view called "PropertyPolicyView" for the fields of the PropertyPolicy entity. The PropertyPolicyView must contain the following fields: - name: CancellationPolicy type: STRING - name: CheckInPolicy type: STRING - name: CheckOutPolicy type: STRING - name: ChildrenPolicy type: STRING - name: OtherPolicy type: STRING - name: PetsPolicy type: STRING - name: Property type: Property The data source for the [Property] select control should be loaded from the relative URL: "/PropertyService/property" (HTTP-GET) An existing PropertyPolicy entity should be loaded from the relative URL: "/PropertyService/propertypolicy/{id}" (HTTP-GET) If a new PropertyPolicy entity has been created, the new entity should be posted to the relative URL: "/PropertyService/propertypolicy" (HTTP-POST) If an existing PropertyPolicy entity has been updated, the modified entity should be sent to the relative URL: "/PropertyService/propertypolicy/{id}" (HTTP-PUT) If an existing PropertyPolicy entity has to be deleted, the following relative URL should be called: "/PropertyService/propertypolicy/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint