Interface TppConsentRestApi
-
public interface TppConsentRestApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.core.io.Resource>downloadConsentTemplate()org.springframework.http.ResponseEntity<List<String>>generateConsents(org.springframework.web.multipart.MultipartFile file)
-
-
-
Field Detail
-
BASE_PATH
static final String BASE_PATH
- See Also:
- Constant Field Values
-
-
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()
-
-