Overview
Summary
Contact
Donate
Imprint
Prompt for the
TitleCastView
Please create a React-JS view called "TitleCastView" for the fields of the TitleCast entity. The TitleCastView must contain the following fields: - name: BillingOrder type: LONG - name: CharacterName type: STRING - name: IsVoiceRole type: BOOL - name: Person type: Person - name: Title type: Title The data source for the [Title] select control should be loaded from the relative URL: "/TitleService/title" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing TitleCast entity should be loaded from the relative URL: "/GenreService/titlecast/{id}" (HTTP-GET) If a new TitleCast entity has been created, the new entity should be posted to the relative URL: "/GenreService/titlecast" (HTTP-POST) If an existing TitleCast entity has been updated, the modified entity should be sent to the relative URL: "/GenreService/titlecast/{id}" (HTTP-PUT) If an existing TitleCast entity has to be deleted, the following relative URL should be called: "/GenreService/titlecast/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint