@RestController @RequestMapping(path="api/v1/funds-confirmations") public class FundsConfirmationController extends Object
| Constructor and Description |
|---|
FundsConfirmationController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<FundsConfirmationResponse> |
fundConfirmation(@Valid FundsConfirmationRequest request) |
@PostMapping public org.springframework.http.ResponseEntity<FundsConfirmationResponse> fundConfirmation(@RequestBody @Valid @Valid FundsConfirmationRequest request)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.