Customer enquiry
post
Body
customerIdstringRequired
billerSlugstringRequired
productNamestringRequired
Responses
200
OK
*/*
Responseobject
404
Not Found
*/*
post
/api/v1/vas/customer-enquiryWas this helpful?
OK
Not Found
Was this helpful?
Was this helpful?
POST /api/v1/vas/customer-enquiry HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Accept: */*
Content-Length: 62
{
"customerId": "text",
"billerSlug": "text",
"productName": "text"
}{}