# API: Assign Affiliate Client
# assignClientAffiliate
Assign client to the affiliate
# Required parameters
| Parameter | Description |
|---|---|
id | Affiliate ID |
client_id | Client ID to assign |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=assignClientAffiliate&id=ID&client_id=CLIENT_ID
# PHP Samples
# PHP Samples: Assign client with ID #1 to the affiliate with ID #2
# Response
{
"success": true,
"call": "assignClientAffiliate",
"server_time": 1498201522,
"info": [
"Client Assigned"
]
}