# API: Account Synchronize
# accountSynch
Invoke account synchronization Hostbill<->App
# Required parameters
Parameter | Description |
---|---|
id | Account ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=accountSynch&id=ID
# PHP Samples
# Response
{
"success": true,
"call": "accountSynch",
"server_time": 1532074028,
"info": [
"Account #363 synchronized."
]
}