GET airtime/Balance
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BalanceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| balance | integer |
None. |
|
| discount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"balance": 1,
"discount": 2
}
application/xml, text/xml
Sample:
<BalanceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperTopup"> <balance>1</balance> <discount>2</discount> </BalanceResponse>