Update 10 DLC information
| Argument | Data Type | Required | Description |
| company | string | Yes | Legal Company Name |
| ein | string | Yes | Tax EIN Number |
| firstname | string | Yes | Contact First Name |
| lastname | string | Yes | Contact Lastname |
| string | Yes | Contact Email Address | |
| phone | string | Yes | Phone Number |
| address | string | Yes | Address of the company |
| city | string | Yes | City of the company |
| state | string | Yes | State two letters |
| country | string | Yes | Country of the company two letter country code |
| orgtype | string | Yes | One of the following: Non-Profit Organization,Sole proprietorship,Government corporation,Private company,Publicly traded company Political/Pacs are Non-Profit Organization |
| website | string | Yes | Website url |
| industry | string | Yes | One of the following: POLITICAL,REAL_ESTATE, ENERGY, HEALTHCARE, ENTERTAINMENT, RETAIL, AGRICULTURE, INSURANCE, EDUCATION, HOSPITALITY, FINANCIAL, GAMBLING, CONSTRUCTION, NGO, MANUFACTURING, GOVERNMENT, TECHNOLOGY, COMMUNICATION |
| usecase | string | Yes | One of the following: 2FA,ACCOUNT_NOTIFICATION,AGENTS_FRANCHISES,CARRIER_EXEMPT,CHARITY,CUSTOMER_CARE,DELIVERY_NOTIFICATION,EMERGENCY,FRAUD_ALERT,HIGHER_EDUCATION,K12_EDUCATION,LOW_VOLUME,M2M,MARKETING,MIXED,POLITICAL,POLLING_VOTING,PROXY,PUBLIC_SERVICE_ANNOUNCEMENT,SECURITY_ALERT,SOCIAL,SOLE_PROPRIETOR,SWEEPSTAKE,TRIAL,UCAAS_HIGH,UCAAS_LOW |
| samplemessage1 | string | Yes | Example text message sample 1 |
| samplemessage2 | string | Yes | Example text message sample 2 |
| campaigndescription | string | Yes | Description of your texting campaign |
| campaignmessageflow | string | Yes | The flow of your texting campaign |
| zip | string | Yes | Zip/Postal Code |
| termsandconditionslink | string | Yes | Link/url to terms of service conditions |
| privacypolicylink | string | Yes | Link to a privacy policy link |
| dbaname | string | No | DBA name if you have one |
| campaignembeddedlink | boolean either 1 or 0 | No | Are you putting a link in your text messages? Normally true |
| campaignembeddedphone | boolean either 1 or 0 | No | Are you putting a phone number in your message? Call 555-555-5555 |
| XML Response | JSON Response |
| <response> <success>DLC Brand Submitted</success> <brandid>BVB34RB</brandid> <cspid>SE2KM4Q</cspid> </response> |
{
"success": "DLC Brand Submitted",
"brandid": "BVB34RB",
"cspid": "SE2KM4Q"
} |