Created
April 27, 2017 19:45
-
-
Save johnny5th/ffe8730b966039800e729a20d7cf21e0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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"?> | |
<customers> | |
<customer name="" contact_email="" contact_name="" contact_phone=""> | |
<websites> | |
<website name="Test Site" server="Boba" billing_rate="" billing_frequency="Annual"> | |
<passwords> | |
<password name="" user="" password="" url="" /> | |
</passwords> | |
<domains> | |
<domain ref="bob.com" /> | |
</domains> | |
</website> | |
</websites> | |
<domains> | |
<domain name="bob.com" registrar="Godaddy" dns="Rackspace" billing_rate="" billing_frequency="" /> | |
</domains> | |
<email_services> | |
<email_service billing_rate="" billing_frequency="" email_box_rate="" exchange_box_rate=""> | |
<domain ref="bob.com" /> | |
</email_service> | |
</email_services> | |
</customer> | |
</customers> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment