Reseller - Set Credit Line
/credit/set
- token (required)
- reseller_id (required)
- credit_line (required)
Set the credit line for a reseller. They will be allowed to go this far negative on their balance
{
"code" 200,
"status": "success",
"data": "Successfully update reseller credit line"
}
{
"code": 400,
"status": "error",
"data": "Missing variable: credit_line"
}