Overview
Summary
Contact
Donate
Imprint
Prompt for the
MilitaryUseCaseView
Please create a React-JS view called "MilitaryUseCaseView" for the fields of the MilitaryUseCase entity. The MilitaryUseCaseView must contain the following fields: - name: ConflictName type: STRING - name: Country type: STRING - name: Description type: STRING - name: StartYear type: LONG - name: UnitType type: STRING - name: UsesDiscord type: BOOL An existing MilitaryUseCase entity should be loaded from the relative URL: "/SubscriptionPlanService/militaryusecase/{id}" (HTTP-GET) If a new MilitaryUseCase entity has been created, the new entity should be posted to the relative URL: "/SubscriptionPlanService/militaryusecase" (HTTP-POST) If an existing MilitaryUseCase entity has been updated, the modified entity should be sent to the relative URL: "/SubscriptionPlanService/militaryusecase/{id}" (HTTP-PUT) If an existing MilitaryUseCase entity has to be deleted, the following relative URL should be called: "/SubscriptionPlanService/militaryusecase/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint