Set Channel Limits
/channel/limits
Full Url:
Arguments:
- token (required)
- ruser_id (int, required)
- inbound (int, required)
- outbound (int, required)
Info: Set inbound and outbound channel limits for a restricted user
Example Success
{
"code": 200,
"status": "success",
"data": "successfully updated customer"
}
Example Error
{
"code": 500,
"status": "error",
"data": "invalid customer_id"
}
Last modified 3yr ago