CustomerEnquiryJson Overview
Overview
The CustomerEnquiryJson
jsonclasses
Fields and Methods
The CustomerEnquiryJson
INQCUSTZ
, 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 showCustForm
WebController
@GetMapping("/enqcust")
public String showCustForm(CustomerEnquiryForm customerEnquiryForm)
{
The returnCust
WebController
@PostMapping("/enqcust")
public String returnCust(@Valid CustomerEnquiryForm customerEnquiryForm,
BindingResult bindingResult, Model model)
String Representation
The toString
CustomerEnquiryJson
INQCUSTZ
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 showCustForm
WebController
returnCust
WebController
This is an auto-generated document by Swimm 🌊 and has not yet been verified by a human