# API: Add Client Credit
# addClientCredit
Add credit(funds) to client profile.
# Required parameters
Parameter | Description |
---|---|
client_id | HostBill client ID |
amount | Amount to add to client credit |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=addClientCredit&client_id=CLIENT_ID&amount=AMOUNT
# PHP Samples
# Response
{
"success": true,
"call": "addClientCredit",
"server_time": 1325662031,
"info": [
"Client credit increased"
]
}