Bill management services
Version 1.1.0

enquiries

Enquiry controller that used by PBP Website contact us page

SecurityAUTH-KEY
Request
Request Body schema: application/json
required
firstname
required
string
lastname
required
string
email
required
string
enquiryDetails
required
string
enquiryType
required
string
biller
required
string or null [ 1 .. 120 ] characters ^[a-zA-Z0-9 \-\[\]]*$
billId
required
string or null [ 1 .. 120 ] characters ^[a-zA-Z0-9 ]*$
paymentDate
string or null[0-9]{1,2}(/|-)[0-9]{1,2}(/|-)[0-9]{4}
Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

503

Service Unavailable

post/enquiries
Request samples
application/json
{
  • "firstname": "string",
  • "lastname": "string",
  • "email": "string",
  • "enquiryDetails": "string",
  • "enquiryType": "string",
  • "biller": "string",
  • "billId": "string",
  • "paymentDate": "string"
}
Response samples
application/json
{
  • "referenceNumber": "string"
}