Class TransactionRecordApiController

java.lang.Object
com.bluebell.greenhouse.planter.controllers.transaction.TransactionRecordApiController

@RestController @RequestMapping("${bluebell.base.api.controller.endpoint}/transaction-record") @CrossOrigin(origins="*", methods={GET,DELETE,POST,PUT}) public class TransactionRecordApiController extends Object
Api controller for TransactionRecord.
Version:
3.0.5
Author:
Stephen Prizio