Special Notes:
<ContactDataSlotName>=<ContactDataSlotValue>
Where:
Parallels Business Automation supports the following contact data slots:
Note: each additional attribute you create becomes contact data slot and can be passed among others.
New Customer Example:
<!-- ContactDataCounter -->
<value><i4>22</i4></value>
<!-- Login to CP -->
<value>LoginID=test123</value>
<!-- Password to CP -->
<value>PasswordID=123test</value>
<!-- Customer's description -->
<value>CompanyNameID=John Smith</value>
<!-- First Name -->
<value>FirstNameID=John</value>
<!-- Middle Name -->
<value>MiddleNameID=Shawn</value>
<!-- Last Name -->
<value>LastNameID=Smith</value>
<!-- Address (line 1/2) -->
<value>AddressID=Sunrise Valley Drive</value>
<!-- Address (line 2/2) -->
<value>Address2ID=Suite 600</value>
<!-- City -->
<value>CityID=New York</value>
<!-- State -->
<value>StateID=NY</value>
<!-- Zip code -->
<value>ZipID=12345</value>
<!-- Country -->
<value>CountryID=us</value>
<!-- Email -->
<value>EmailID=jsmith@tailor.com</value>
<!-- Phone country code -->
<value>PhoneCountryID=1</value>
<!-- Phone area code -->
<value>PhoneAreaID=201</value>
<!-- Phone number -->
<value>PhoneNumberID=4568523</value>
<!-- Phone Extension -->
<value>PhoneExtensionID=245</value>
<!-- Fax country code -->
<value>FaxCountryID=1</value>
<!-- Fax area code -->
<value>FaxAreaID=201</value>
<!-- Fax number -->
<value>FaxNumberID=4568523</value>
<!-- Fax Extension -->
<value>FaxExtensionID=235</value>
<!-- Promo code -->
<value>PromoCodeID=promo895</value>
Existing Customer Example:
<!-- ContactDataCounter -->
<value><i4>2</i4></value>
<!-- Promo code -->
<value>PromoCodeID=promo895</value>
<!-- Customer's Account ID -->
<value>AccountID=1000002</value>