Interface TppConsentRestApi


  • public interface TppConsentRestApi
    • Method Detail

      • generateConsents

        @PutMapping
        org.springframework.http.ResponseEntity<List<String>> generateConsents​(@RequestBody
                                                                               org.springframework.web.multipart.MultipartFile file)
      • downloadConsentTemplate

        @GetMapping("/example")
        org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> downloadConsentTemplate()