Get postpaid summary
Retrieve the postpaid billing summary including paid and unpaid totals.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/billing/postpaid/summary"{
"message": "Postpaid customer billing summary",
"data": {
"total_paid": 0,
"total_paid_amount": 0,
"total_unpaid": 0,
"total_unpaid_amount": 0,
"est_month_cost": 0
}
}