Submit Brand
- token (required)
- brand_id (required)
- brand_name (required)
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.
{
code: 200,
status: "success",
data: "The brand was successfully submitted"
}
{
"code": 400,
"status": "error",
"data": "Invalid brand id"
}