Reseller - Set Credit Line

/credit/set

Full Url

Arguments

  • token (required)
  • reseller_id (required)
  • credit_line (required)

Description

Set the credit line for a reseller. They will be allowed to go this far negative on their balance

Example Success

{
"code" 200,
"status": "success",
"data": "Successfully update reseller credit line"
}

Example Error

{
"code": 400,
"status": "error",
"data": "Missing variable: credit_line"
}