public interface AspspSearchApi
| Modifier and Type | Field and Description |
|---|---|
static String |
V1_APSPS |
static String |
V1_APSPS_BY_ID |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<AspspTO>> |
getAspsps(String name,
String bic,
String bankCode,
String iban,
String after,
int size) |
org.springframework.http.ResponseEntity<AspspTO> |
getById(String id) |
static final String V1_APSPS
static final String V1_APSPS_BY_ID
@RequestMapping(value="/v1/aspsps",
method=GET)
org.springframework.http.ResponseEntity<List<AspspTO>> getAspsps(@RequestParam(value="name",required=false)
String name,
@RequestParam(value="bic",required=false)
String bic,
@RequestParam(value="bankCode",required=false)
String bankCode,
@RequestParam(value="iban",required=false)
String iban,
@RequestParam(value="after",required=false)
String after,
@RequestParam(value="size",required=false,defaultValue="10")
int size)
Copyright © 2020. All rights reserved.