public interface TransactionsStaffResourceAPI
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Map<String,String>> |
transactions(List<MockBookingDetails> data)
Registers a new user within a given branch.
|
static final String BASE_PATH
@PostMapping org.springframework.http.ResponseEntity<Map<String,String>> transactions(@RequestBody List<MockBookingDetails> data)
Copyright © 2021. All rights reserved.