public interface TppConsentRestApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
downloadConsentTemplate() |
org.springframework.http.ResponseEntity<List<String>> |
generateConsents(org.springframework.web.multipart.MultipartFile file) |
static final String BASE_PATH
@PutMapping org.springframework.http.ResponseEntity<List<String>> generateConsents(@RequestBody org.springframework.web.multipart.MultipartFile file)
@GetMapping(value="/example") org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> downloadConsentTemplate()
Copyright © 2019. All rights reserved.