Labels a lead given the lead id and the id of the label that needs to be assigned to the lead
| Argument | Data Type | Required | Description |
| id | integer | Yes | lead id |
| labelid | integer | Yes | id of the label |
| XML Response | JSON Response |
| <response> <success>Lead Labeled</success> </response> |
{
"success": "Lead Labeled"
} |