Overview
Summary
Contact
Donate
Imprint
Prompt for the
TimeZoneView
Please create a React-JS view called "TimeZoneView" for the fields of the TimeZone entity. The TimeZoneView must contain the following fields: - name: DisplayName type: STRING - name: Identifier type: STRING - name: UtcOffsetMinutes type: INT An existing TimeZone entity should be loaded from the relative URL: "/AdvertisementService/timezone/{id}" (HTTP-GET) If a new TimeZone entity has been created, the new entity should be posted to the relative URL: "/AdvertisementService/timezone" (HTTP-POST) If an existing TimeZone entity has been updated, the modified entity should be sent to the relative URL: "/AdvertisementService/timezone/{id}" (HTTP-PUT) If an existing TimeZone entity has to be deleted, the following relative URL should be called: "/AdvertisementService/timezone/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint