Class MealsAndFitnessController

java.lang.Object
org.diabetestechnology.drh.service.http.pg.ux.MealsAndFitnessController

@Controller public class MealsAndFitnessController extends Object
  • Constructor Details

  • 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