Skip to content

Instantly share code, notes, and snippets.

@johnny5th
Created April 27, 2017 19:45
Show Gist options
  • Save johnny5th/ffe8730b966039800e729a20d7cf21e0 to your computer and use it in GitHub Desktop.
Save johnny5th/ffe8730b966039800e729a20d7cf21e0 to your computer and use it in GitHub Desktop.
<?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