@UserResource @RestController @RequestMapping(path="api/v1/bankaccesses/{accessId}/accounts/{accountId}/contracts") public class ContractController extends Object
| Constructor and Description |
|---|
ContractController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.Resources<ContractTO> |
getContracts(String accessId,
String accountId) |
@GetMapping public org.springframework.hateoas.Resources<ContractTO> getContracts(@PathVariable String accessId, @PathVariable String accountId)
Copyright © 2020. All rights reserved.