@RequestMapping(path="api/v1/ais/consent")
public interface CmsAccountApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Boolean> |
saveNumberOfTransactions(String encryptedConsentId,
String resourceId,
Integer numberOfTransactions) |
@PutMapping(path="/{encrypted-consent-id}/{resource-id}")
org.springframework.http.ResponseEntity<Boolean> saveNumberOfTransactions(@PathVariable(value="encrypted-consent-id")
String encryptedConsentId,
@PathVariable(value="resource-id")
String resourceId,
@RequestBody
Integer numberOfTransactions)
Copyright © 2020. All rights reserved.