Update 10DLC Brand
POST Request
Update an existing 10DLC brand
curl https://v1.api19.com/campaigns/brand/update \
-d 'key=api_token' \
-d 'brand_id=B1A2C3D4E5' \
-d 'companyName=Updated Company Name' \
-d 'website=https://newsite.com' \
-d '[email protected]'{
"status": "ok",
"data": "Brand updated successfully"
}Parameters
brand_id(required) - Brand IDcompanyName(optional) - Company nameein(optional) - Employer Identification NumberentityType(optional) - Entity typefirstname(optional) - First name of contactlastname(optional) - Last name of contactdba(optional) - Doing Business As namewebsite(optional) - Company websiteaddress1(optional) - Primary addressaddress2(optional) - Secondary addresscity(optional) - Citystate(optional) - Statezip(optional) - Postal codecountry(optional) - Country codeemail(optional) - Contact emailphone(optional) - Contact phone numbervertical(optional) - Business vertical/industrystockSymbol(optional) - Stock symbolstockExchange(optional) - Stock exchangealtBusinessId(optional) - Alternative business IDaltBusinessIdType(optional) - Alternative business ID type
Last updated