Overview
Summary
Contact
Donate
Imprint
Prompt for the
RegulatoryRestrictionView
Please create a React-JS view called "RegulatoryRestrictionView" for the fields of the RegulatoryRestriction entity. The RegulatoryRestrictionView must contain the following fields: - name: Country type: Country - name: EndDate type: DATE - name: Reason type: STRING - name: RestrictionType type: STRING - name: ServiceSupply type: ServiceSupply - name: StartDate type: DATE The data source for the [ServiceSupply] select control should be loaded from the relative URL: "/ServiceSupplyService/servicesupply" (HTTP-GET) The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) An existing RegulatoryRestriction entity should be loaded from the relative URL: "/ServiceSupplyService/regulatoryrestriction/{id}" (HTTP-GET) If a new RegulatoryRestriction entity has been created, the new entity should be posted to the relative URL: "/ServiceSupplyService/regulatoryrestriction" (HTTP-POST) If an existing RegulatoryRestriction entity has been updated, the modified entity should be sent to the relative URL: "/ServiceSupplyService/regulatoryrestriction/{id}" (HTTP-PUT) If an existing RegulatoryRestriction entity has to be deleted, the following relative URL should be called: "/ServiceSupplyService/regulatoryrestriction/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint