| POST | /portal/10dlc |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AccountId | body | string | No | |
| CustomerId | body | string | No | |
| USOrCanada | body | bool | No | |
| TaxId | body | string | No | |
| TaxIdValue | body | string | No | |
| BusinessName | body | string | No | |
| FirstName | body | string | No | |
| LastName | body | string | No | |
| body | string | No | ||
| Country | body | string | No | |
| PhoneNumber | body | string | No | |
| AddressStreet1 | body | string | No | |
| AddressStreet2 | body | string | No | |
| AddressCity | body | string | No | |
| AddressState | body | string | No | |
| AddressPostalCode | body | string | No | |
| Description | body | string | No | |
| AcceptTerms | body | bool | No | |
| Representative | body | string | No | |
| WebsiteUrl | body | string | No | |
| BusinessIndustry | body | string | No | |
| BusinessRegistrationNumber | body | string | No | |
| BusinessRegistrationIDType | body | string | No | |
| BusinessType | body | string | No | |
| BusinesTitle | body | string | No | |
| BrandName | body | string | No | |
| BrandType | body | string | No | |
| CompanyType | body | string | No | |
| PoliticalOrganization | body | string | No | |
| MobilePhoneNumber | body | string | No | |
| StockExchange | body | string | No | |
| StockTicker | body | string | No | |
| CampaignVerifyToken | body | string | No | |
| Campaign | body | bool | No | |
| CampaignDescription | body | string | No | |
| SampleMessage1 | body | string | No | |
| SampleMessage2 | body | string | No | |
| SampleMessage3 | body | string | No | |
| SampleMessage4 | body | string | No | |
| SampleMessage5 | body | string | No | |
| ConsentMessage | body | string | No | |
| OptKeywords | body | string | No | |
| OptMessage | body | string | No | |
| CampaignUseCases | body | string | No | |
| EmbeddedLinks | body | bool | No | |
| IncludePhonenumbers | body | bool | No | |
| LoanArrangement | body | bool | No | |
| Vertical | body | string | No | |
| JobPosition | body | string | No | |
| CTIA | body | bool | No | |
| BusinessRegions | body | string[] | No | |
| BrandMobilePhoneNumber | body | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /portal/10dlc HTTP/1.1
Host: team.evovoice.io
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<AppRegister10Dlc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Voice.Api.Portal">
<AcceptTerms>false</AcceptTerms>
<AccountId>String</AccountId>
<AddressCity>String</AddressCity>
<AddressPostalCode>String</AddressPostalCode>
<AddressState>String</AddressState>
<AddressStreet1>String</AddressStreet1>
<AddressStreet2>String</AddressStreet2>
<BrandMobilePhoneNumber>String</BrandMobilePhoneNumber>
<BrandName>String</BrandName>
<BrandType>String</BrandType>
<BusinesTitle>String</BusinesTitle>
<BusinessIndustry>String</BusinessIndustry>
<BusinessName>String</BusinessName>
<BusinessRegions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</BusinessRegions>
<BusinessRegistrationIDType>String</BusinessRegistrationIDType>
<BusinessRegistrationNumber>String</BusinessRegistrationNumber>
<BusinessType>String</BusinessType>
<CTIA>false</CTIA>
<Campaign>false</Campaign>
<CampaignDescription>String</CampaignDescription>
<CampaignUseCases>String</CampaignUseCases>
<CampaignVerifyToken>String</CampaignVerifyToken>
<CompanyType>String</CompanyType>
<ConsentMessage>String</ConsentMessage>
<Country>String</Country>
<CustomerId>String</CustomerId>
<Description>String</Description>
<Email>String</Email>
<EmbeddedLinks>false</EmbeddedLinks>
<FirstName>String</FirstName>
<IncludePhonenumbers>false</IncludePhonenumbers>
<JobPosition>String</JobPosition>
<LastName>String</LastName>
<LoanArrangement>false</LoanArrangement>
<MobilePhoneNumber>String</MobilePhoneNumber>
<OptKeywords>String</OptKeywords>
<OptMessage>String</OptMessage>
<PhoneNumber>String</PhoneNumber>
<PoliticalOrganization>String</PoliticalOrganization>
<Representative>String</Representative>
<SampleMessage1>String</SampleMessage1>
<SampleMessage2>String</SampleMessage2>
<SampleMessage3>String</SampleMessage3>
<SampleMessage4>String</SampleMessage4>
<SampleMessage5>String</SampleMessage5>
<StockExchange>String</StockExchange>
<StockTicker>String</StockTicker>
<TaxId>String</TaxId>
<TaxIdValue>String</TaxIdValue>
<USOrCanada>false</USOrCanada>
<Vertical>String</Vertical>
<WebsiteUrl>String</WebsiteUrl>
</AppRegister10Dlc>