Class MealsAndFitnessController
java.lang.Object
org.diabetestechnology.drh.service.http.pg.ux.MealsAndFitnessController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MealsAndFitnessController
-
-
Method Details
-
saveMealsOrFitneddFile
@PostMapping(value="/study-participant/meals-fitness/file", consumes="multipart/form-data") @ResponseBody public Response saveMealsOrFitneddFile(@RequestPart("file") @Nonnull org.springframework.web.multipart.MultipartFile file, @Nonnull @RequestParam("studyId") String studyId, @Nonnull @RequestParam("organizationPartyId") String organizationPartyId, @Nonnull @RequestParam("participantId") String participantId, @Nonnull @RequestParam("fileType") String fileType) throws Exception - Throws:
Exception
-