Webhosting Service FormatΒΆ

Filename: webhosting.csv

Each row represents a single webhosting account. There can be many webhosting accounts for a single billing customer. This webhosting account service is not provisioned to a host and is used for tracking and billing only.

The columns for this file are:

Column Name Description
host The host for this hosting account. Information only, not used for provisioning.
username This is the username to login to the webhosting account
password The password used to log into this webhosting account
domain The domain being hosted, if applicable
customer_original_id the uniqueid for the matching customer record in the customer file. Mulpiple webhosting accounts per customer are allowed. This is required
rate_name If not blank this is the name of the rate to associate the webhosting account under for the customer. If this is blank then the first rate for the customer is used. Customers without rates cannot have services added.
customer_rate_original_id If this column is included, and not blank, the customer rate with matching orignal_id (for the given customer_original_id) will be used to attach the rate to. If this is not given the first matching rate_name for the given customer_original_id will be used.

This Page