public interface DataMgmtStaffAPI
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Void> |
account(String iban) |
org.springframework.http.ResponseEntity<Void> |
branch(String branchId) |
org.springframework.http.ResponseEntity<Set<Currency>> |
currencies() |
org.springframework.http.ResponseEntity<Void> |
uploadData(UploadedDataTO data) |
static final String BASE_PATH
@DeleteMapping(value="/transactions/{iban}")
org.springframework.http.ResponseEntity<Void> account(@PathVariable(value="iban")
String iban)
@DeleteMapping(value="/branch/{branchId}")
org.springframework.http.ResponseEntity<Void> branch(@PathVariable(value="branchId")
String branchId)
@PostMapping(value="/upload") org.springframework.http.ResponseEntity<Void> uploadData(@RequestBody UploadedDataTO data)
Copyright © 2020. All rights reserved.