@RequestMapping(path="api/v1/ais/consent")
public interface AisConsentApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Object> |
saveConsentActionLog(AisConsentActionRequest request) |
org.springframework.http.ResponseEntity<Object> |
updateAccountAccess(String encryptedConsentId,
AisAccountAccessInfo request) |
@PostMapping(path="/action") org.springframework.http.ResponseEntity<Object> saveConsentActionLog(@RequestBody AisConsentActionRequest request)
@PutMapping(path="/{encrypted-consent-id}/access")
org.springframework.http.ResponseEntity<Object> updateAccountAccess(@PathVariable(value="encrypted-consent-id")
String encryptedConsentId,
@RequestBody
AisAccountAccessInfo request)
Copyright © 2020. All rights reserved.