Overview
Summary
Contact
Donate
Imprint
Prompt for the
VesselTechnicalDetailView
Please create a React-JS view called "VesselTechnicalDetailView" for the fields of the VesselTechnicalDetail entity. The VesselTechnicalDetailView must contain the following fields: - name: Builder type: STRING - name: EnginePowerKw type: STRING - name: EngineType type: STRING - name: HullType type: STRING - name: IceClass type: STRING - name: ManagerName type: STRING - name: MaxSpeed type: STRING - name: OwnerName type: STRING - name: ServiceSpeed type: STRING - name: Vessel type: Vessel The data source for the [Vessel] select control should be loaded from the relative URL: "/VesselService/vessel" (HTTP-GET) An existing VesselTechnicalDetail entity should be loaded from the relative URL: "/ApiClientService/vesseltechnicaldetail/{id}" (HTTP-GET) If a new VesselTechnicalDetail entity has been created, the new entity should be posted to the relative URL: "/ApiClientService/vesseltechnicaldetail" (HTTP-POST) If an existing VesselTechnicalDetail entity has been updated, the modified entity should be sent to the relative URL: "/ApiClientService/vesseltechnicaldetail/{id}" (HTTP-PUT) If an existing VesselTechnicalDetail entity has to be deleted, the following relative URL should be called: "/ApiClientService/vesseltechnicaldetail/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint