public interface TppAccountsRestApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Void> |
createAccount(String userId,
de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO account) |
org.springframework.http.ResponseEntity<List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>> |
getAllAccounts()
Returns the list of accounts that belong to the same branch as STAFF user.
|
static final String BASE_PATH
@PostMapping org.springframework.http.ResponseEntity<Void> createAccount(@RequestParam(value="userId") String userId, @RequestBody de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO account)
@GetMapping org.springframework.http.ResponseEntity<List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>> getAllAccounts()
Copyright © 2019. All rights reserved.