Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AccessPointView
Please create a React-JS view called "AccessPointView" for the fields of the AccessPoint entity. The AccessPointView must contain the following fields: - name: AccessCode type: STRING - name: Description type: STRING - name: Name type: STRING - name: VenueArea type: VenueArea The data source for the [VenueArea] select control should be loaded from the relative URL: "/VenueAreaService/venuearea" (HTTP-GET) An existing AccessPoint entity should be loaded from the relative URL: "/VenueAreaService/accesspoint/{id}" (HTTP-GET) If a new AccessPoint entity has been created, the new entity should be posted to the relative URL: "/VenueAreaService/accesspoint" (HTTP-POST) If an existing AccessPoint entity has been updated, the modified entity should be sent to the relative URL: "/VenueAreaService/accesspoint/{id}" (HTTP-PUT) If an existing AccessPoint entity has to be deleted, the following relative URL should be called: "/VenueAreaService/accesspoint/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum