Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JobApplicationView
Please create a React-JS view called "JobApplicationView" for the fields of the JobApplication entity. The JobApplicationView must contain the following fields: - name: CoverLetter type: STRING - name: CreatedAt type: DATE - name: CvReference type: STRING - name: Email type: STRING - name: FirstName type: STRING - name: JobPosting type: JobPosting - name: LastName type: STRING - name: PhoneNumber type: STRING - name: Status type: STRING The data source for the [JobPosting] select control should be loaded from the relative URL: "/JobDepartmentService/jobposting" (HTTP-GET) An existing JobApplication entity should be loaded from the relative URL: "/JobDepartmentService/jobapplication/{id}" (HTTP-GET) If a new JobApplication entity has been created, the new entity should be posted to the relative URL: "/JobDepartmentService/jobapplication" (HTTP-POST) If an existing JobApplication entity has been updated, the modified entity should be sent to the relative URL: "/JobDepartmentService/jobapplication/{id}" (HTTP-PUT) If an existing JobApplication entity has to be deleted, the following relative URL should be called: "/JobDepartmentService/jobapplication/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum