Created
December 23, 2016 14:27
-
-
Save ranveer5289/689d335d6e5351490317cffc60ffd855 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<customer-list xmlns="http://www.demandware.com/xml/impex/customer/2006-10-31" list-id="GlobalSite"> | |
<header> | |
<customerno-sequence-enabled>false</customerno-sequence-enabled> | |
<customer-lockout-enabled>false</customer-lockout-enabled> | |
<max-failed-logins>10</max-failed-logins> | |
<lockout-effective-period>30</lockout-effective-period> | |
<customer-login-attempt-reset-time>30</customer-login-attempt-reset-time> | |
<min-password-length>1</min-password-length> | |
<min-password-special-chars>0</min-password-special-chars> | |
<force-password-contains-alpha>false</force-password-contains-alpha> | |
<force-password-contains-numeric>false</force-password-contains-numeric> | |
<force-password-mixed-case>false</force-password-mixed-case> | |
<max-password-age>365000</max-password-age> | |
<max-password-reset-token-age>30</max-password-reset-token-age> | |
</header> | |
<customer customer-no="00000501"> | |
<credentials> | |
<login>[email protected]</login> | |
<enabled-flag>true</enabled-flag> | |
<password-question/> | |
<password-answer/> | |
</credentials> | |
<profile> | |
<salutation/> | |
<title/> | |
<first-name>temp</first-name> | |
<second-name/> | |
<last-name>temp</last-name> | |
<suffix/> | |
<company-name/> | |
<job-title/> | |
<email>[email protected]</email> | |
<phone-home/> | |
<phone-business/> | |
<phone-mobile/> | |
<fax/> | |
<creation-date>2016-05-10T12:31:47.000Z</creation-date> | |
<last-login-time>2016-05-10T12:31:47.000Z</last-login-time> | |
<last-visit-time>2016-05-10T12:31:47.000Z</last-visit-time> | |
<preferred-locale/> | |
<custom-attributes> | |
<custom-attribute attribute-id="billingAdressID">dqwdw</custom-attribute> | |
<custom-attribute attribute-id="createdDuringCheckout">false</custom-attribute> | |
<custom-attribute attribute-id="hasNewsletter">true</custom-attribute> | |
<custom-attribute attribute-id="modified">true</custom-attribute> | |
<custom-attribute attribute-id="shipToCountryCode">NL</custom-attribute> | |
</custom-attributes> | |
</profile> | |
<addresses> | |
<address address-id="dqwdw" preferred="true"> | |
<salutation/> | |
<title/> | |
<first-name>jkjk</first-name> | |
<second-name/> | |
<last-name>jkjk</last-name> | |
<suffix/> | |
<company-name/> | |
<job-title/> | |
<address1>klklkl</address1> | |
<address2/> | |
<suite/> | |
<postbox/> | |
<city>dqwdw</city> | |
<postal-code>21324</postal-code> | |
<state-code/> | |
<country-code>NL</country-code> | |
<phone/> | |
</address> | |
</addresses> | |
<note/> | |
</customer> | |
</customer-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment