Overview
Summary
Contact
Donate
Imprint
Prompt for the
CompanyAdvocacyGroupRelationView
Please create a React-JS view called "CompanyAdvocacyGroupRelationView" for the fields of the CompanyAdvocacyGroupRelation entity. The CompanyAdvocacyGroupRelationView must contain the following fields: - name: AdvocacyGroup type: AdvocacyGroup - name: Company type: Company - name: Description type: STRING - name: RelationType type: STRING The data source for the [Company] select control should be loaded from the relative URL: "/CompanyService/company" (HTTP-GET) The data source for the [AdvocacyGroup] select control should be loaded from the relative URL: "/AdvocacyGroupService/advocacygroup" (HTTP-GET) An existing CompanyAdvocacyGroupRelation entity should be loaded from the relative URL: "/AdvocacyGroupService/companyadvocacygrouprelation/{id}" (HTTP-GET) If a new CompanyAdvocacyGroupRelation entity has been created, the new entity should be posted to the relative URL: "/AdvocacyGroupService/companyadvocacygrouprelation" (HTTP-POST) If an existing CompanyAdvocacyGroupRelation entity has been updated, the modified entity should be sent to the relative URL: "/AdvocacyGroupService/companyadvocacygrouprelation/{id}" (HTTP-PUT) If an existing CompanyAdvocacyGroupRelation entity has to be deleted, the following relative URL should be called: "/AdvocacyGroupService/companyadvocacygrouprelation/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint