Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandStandardView
Please create a React-JS view called "LandStandardView" for the fields of the LandStandard entity. The LandStandardView must contain the following fields: - name: Land type: Land - name: Standard type: Standard The data source for the [Standard] select control should be loaded from the relative URL: "/StandardService/standard" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing LandStandard entity should be loaded from the relative URL: "/VerkehrsartService/landstandard/{id}" (HTTP-GET) If a new LandStandard entity has been created, the new entity should be posted to the relative URL: "/VerkehrsartService/landstandard" (HTTP-POST) If an existing LandStandard entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrsartService/landstandard/{id}" (HTTP-PUT) If an existing LandStandard entity has to be deleted, the following relative URL should be called: "/VerkehrsartService/landstandard/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum