| Response Parameters | TYPE | Description | |
|---|---|---|---|
| error | Number |
error 0 - API request to server in processed error other then zero - API request not process to server, in this case you have to process again |
|
| msg | Alphanumeric | Error message from API provider | |
| status | Number | 200 | |
| partnerreqid | Alphanumeric | Unique transaction ID from user | |
| billAmount | Object having all the data of electricity bill | ||
| consumer_id | consumer_id | ||
| customer_name | customer_name | ||
| bill_amount | Bill_Amount | ||
| bill_due_date | Bill Due Date | ||
| bill_date | Bill Generated Date | ||
| bill_no | Bill Number |
{
"error":0,
"status":1,
"msg":"order success,
"data":
{
"partner_request_id":"dth135",
"consumer_id":"32000463439",
"consumer_name":"Sk Ahmad Faruk",
"bill_Amount":1290.0,
"bill_due_date":"2023-09-01",
"bill_date":"01 Jan 0001"
}
}