@RestController @RequestMapping(path="/future-bookings") public class FutureBookingsController extends Object
| Constructor and Description |
|---|
FutureBookingsController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AspspAccountDetails> |
changeBalances(String iban,
String currency) |
@PostMapping(path="/{iban}/{currency}")
public org.springframework.http.ResponseEntity<AspspAccountDetails> changeBalances(@PathVariable(value="iban")
String iban,
@PathVariable(value="currency")
String currency)
Copyright © 2019. All rights reserved.