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