post
https://qrologic.in/api/psbbps/service/imBillFetch
Heading Parameter
| Name | Type | Description |
|---|---|---|
| Content-Type | String | Application/Json |
| Accept | String | Application/Json |
| X-Qro-ApiKey | String | Provided By Qrologic |
| X-Qro-UserId | String | Provided By Qrologic |
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| account | String | Yes | Bill Number |
| spkey | String | Yes | Provided in operator api |
| cust_mbl | String | Yes | Customer mobile number |
| ad1 | String | Yes | Additional field if provided in operator api |
| ad2 | String | Yes | Additional field if provided in operator api |
| ad3 | String | Yes | Additional field if provided in operator api |
Sample Request
{"account":"2301xxxxx","spkey":"xxx","cust_mbl":"xxxxxxxxxx","ad1":"","ad2":"","ad3":""}
Sample Response
{
"data": {
"billFetchId": "xxxxxxxxx123",
"billedamount": "645.0",
"dueDate": "2023-11-13",
"billdate": "13 Nov 20234",
"partPayment": false,
"payamount": "645.0",
"acceptPayment": true,
"customerName": "Customer Name"
},
"status": "SUCCESS"
}
