Submit Brand

Full Url

Arguments

  • token (required)
  • brand_id (required)
  • brand_name (required)

Info

This method allows you to submit brands directly registered with TCR. This is the first step of the number assign/remove flow. This API call is required before submitting the campaign already registered with TCR via Submit Campaign API call.

Example Success

{
code: 200,
status: "success",
data: "The brand was successfully submitted"
}

Example Error

{
"code": 400,
"status": "error",
"data": "Invalid brand id"
}