@UserResource @RestController @RequestMapping(path="/api/v1/bankaccesses/{accessId}/accounts/{accountId}/bookings") public class BookingController extends BankAccountBasedController
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH |
bankAccountServicebankAccessService| Constructor and Description |
|---|
BookingController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<org.springframework.core.io.ByteArrayResource> |
getBookings(String accessId,
String accountId,
String period) |
checkBankAccountExists, checkSynchcheckBankAccessExistsloadBytesForWeb, loadBytesForWeb, resourceNotFound, returnDocument, returnDocument, userDataLocationHeader, userId, yamlObjectMapperpublic static final String BASE_PATH
@RequestMapping(method=GET,
produces="application/json;charset=UTF-8",
params="period")
@ResponseBody
public org.springframework.http.ResponseEntity<org.springframework.core.io.ByteArrayResource> getBookings(@PathVariable
String accessId,
@PathVariable
String accountId,
@RequestParam(required=true,name="period")
String period)
Copyright © 2018. All rights reserved.