Overview
Summary
Contact
Donate
Imprint
Prompt for the
FleetVehicleTypeView
Please create a React-JS view called "FleetVehicleTypeView" for the fields of the FleetVehicleType entity. The FleetVehicleTypeView must contain the following fields: - name: EndUseDate type: DATE - name: Generation type: STRING - name: Notes type: STRING - name: StartUseDate type: DATE - name: UseCase type: STRING - name: VehicleModel type: VehicleModel The data source for the [VehicleModel] select control should be loaded from the relative URL: "/VehicleModelService/vehiclemodel" (HTTP-GET) An existing FleetVehicleType entity should be loaded from the relative URL: "/VehicleModelService/fleetvehicletype/{id}" (HTTP-GET) If a new FleetVehicleType entity has been created, the new entity should be posted to the relative URL: "/VehicleModelService/fleetvehicletype" (HTTP-POST) If an existing FleetVehicleType entity has been updated, the modified entity should be sent to the relative URL: "/VehicleModelService/fleetvehicletype/{id}" (HTTP-PUT) If an existing FleetVehicleType entity has to be deleted, the following relative URL should be called: "/VehicleModelService/fleetvehicletype/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint