Overview
Summary
Contact
Donate
Imprint
Prompt for the
CountryAvailabilityView
Please create a React-JS view called "CountryAvailabilityView" for the fields of the CountryAvailability entity. The CountryAvailabilityView must contain the following fields: - name: Country type: STRING - name: Notes type: STRING - name: StartDate type: DATE An existing CountryAvailability entity should be loaded from the relative URL: "/SatelliteBatchService/countryavailability/{id}" (HTTP-GET) If a new CountryAvailability entity has been created, the new entity should be posted to the relative URL: "/SatelliteBatchService/countryavailability" (HTTP-POST) If an existing CountryAvailability entity has been updated, the modified entity should be sent to the relative URL: "/SatelliteBatchService/countryavailability/{id}" (HTTP-PUT) If an existing CountryAvailability entity has to be deleted, the following relative URL should be called: "/SatelliteBatchService/countryavailability/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint