Overview
Summary
Contact
Donate
Imprint
Prompt for the
PublicTransitIntegrationView
Please create a React-JS view called "PublicTransitIntegrationView" for the fields of the PublicTransitIntegration entity. The PublicTransitIntegrationView must contain the following fields: - name: City type: City - name: Description type: STRING - name: Program type: Program - name: StartDate type: DATE - name: TransitAgencyName type: STRING The data source for the [Program] select control should be loaded from the relative URL: "/ProgramService/program" (HTTP-GET) The data source for the [City] select control should be loaded from the relative URL: "/CityService/city" (HTTP-GET) An existing PublicTransitIntegration entity should be loaded from the relative URL: "/CityService/publictransitintegration/{id}" (HTTP-GET) If a new PublicTransitIntegration entity has been created, the new entity should be posted to the relative URL: "/CityService/publictransitintegration" (HTTP-POST) If an existing PublicTransitIntegration entity has been updated, the modified entity should be sent to the relative URL: "/CityService/publictransitintegration/{id}" (HTTP-PUT) If an existing PublicTransitIntegration entity has to be deleted, the following relative URL should be called: "/CityService/publictransitintegration/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint