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