Definition
POST http://app.bsg.hk/xml/balance
Required parameters
Parameter |
Description |
login value |
username |
password value |
SMPP/API-password |
Example request
<?xml version = "1.0" encoding = "utf-8"?> <request>
<security>
<login value = "username"/>
<password value = "password"/>
</security>
</request>
Returns
Returns an XML document with balance if the request was successful. If the request failed, an error will be returned.
Parameter |
Description |
money |
account balance |
Example response
<?xml version = "1.0" encoding = "utf-8"?> <response>
<money>150</money>
</response>
Comments
0 comments
Article is closed for comments.