Previous Topic

Next Topic

Book Contents

Book Index

Contact Data

Special Notes:

<ContactDataSlotName>=<ContactDataSlotValue>
Where:

Parallels Business Automation supports the following contact data slots:

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>

See Also

PlaceOrderAndAuthorize_API

Provisioning Items

Provisioning Parameters

Pay Tool Data

Additional Contacts Data

Example 1

Example 2

Example 3

Please send us your feedback on this help page