Overview
Summary
Contact
Donate
Imprint
Prompt for the
RegulatoryApprovalView
Please create a React-JS view called "RegulatoryApprovalView" for the fields of the RegulatoryApproval entity. The RegulatoryApprovalView must contain the following fields: - name: ApprovalDate type: DATE - name: ApprovalType type: STRING - name: AuthorityName type: STRING - name: Country type: STRING - name: Notes type: STRING An existing RegulatoryApproval entity should be loaded from the relative URL: "/RegulatoryApprovalService/regulatoryapproval/{id}" (HTTP-GET) If a new RegulatoryApproval entity has been created, the new entity should be posted to the relative URL: "/RegulatoryApprovalService/regulatoryapproval" (HTTP-POST) If an existing RegulatoryApproval entity has been updated, the modified entity should be sent to the relative URL: "/RegulatoryApprovalService/regulatoryapproval/{id}" (HTTP-PUT) If an existing RegulatoryApproval entity has to be deleted, the following relative URL should be called: "/RegulatoryApprovalService/regulatoryapproval/{id}" (HTTP-DELETE) Add a HTML table to the view with the following RegulatoryApprovalGroundStation columns: - column: GroundStation - column: RegulatoryApproval The table should have the title "RegulatoryApprovalGroundStations" und the data must be loaded from the server with the following relative URL: "/RegulatoryApprovalService/regulatoryapprovalgroundstation/regulatoryapproval/{id}" Add a HTML table to the view with the following RegulatoryApprovalUserTerminal columns: - column: RegulatoryApproval - column: UserTerminal The table should have the title "RegulatoryApprovalUserTerminals" und the data must be loaded from the server with the following relative URL: "/RegulatoryApprovalService/regulatoryapprovaluserterminal/regulatoryapproval/{id}" Add a HTML table to the view with the following RegulatoryApprovalSatelliteBatch columns: - column: SatelliteBatch - column: RegulatoryApproval The table should have the title "RegulatoryApprovalSatelliteBatchs" und the data must be loaded from the server with the following relative URL: "/SatelliteBatchService/regulatoryapprovalsatellitebatch/regulatoryapproval/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint