CustomerEnquiryJson Overview
Overview
The CustomerEnquiryJsonjsonclasses
Fields and Methods
The CustomerEnquiryJsonINQCUSTZ, which is an instance of the InqCustZJson class. This field holds the customer enquiry details. The class provides a default constructor to initialize the object and getter and setter methods for the INQCUSTZ field.
The showCustFormWebController
@GetMapping("/enqcust")
public String showCustForm(CustomerEnquiryForm customerEnquiryForm)
{
The returnCustWebController
@PostMapping("/enqcust")
public String returnCust(@Valid CustomerEnquiryForm customerEnquiryForm,
BindingResult bindingResult, Model model)
String Representation
The toStringCustomerEnquiryJsonINQCUSTZ field.
Pretty String Format
The toPrettyString
How to Use CustomerEnquiry
CustomerEnquiry is accessed through the Customer Services interface. To see customer details, click the 'View customer details' button on the landing page.
Where CustomerEnquiry is Used
The showCustFormWebControllerreturnCustWebController
This is an auto-generated document by Swimm 🌊 and has not yet been verified by a human