Add Trainee to Batch
Add a single trainee to batch
HTTP REQUEST
POST https://app.alphalearn.com/webapi/v1/trainees-in-batch
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| batchID required |
Integer | The batch id |
| userID required |
Integer | The user id |
Example Response:
200 OK
{
"success": true,
"data": {
"success": "User added to batch"
}
}