Domain Service FormatΒΆ

Filename: domain.csv

Each row represents a single domain. There can be many domains for a single billing customer. This domain service is not provisioned to a registrar and is used for tracking and billing only.

The columns for this file are:

Column Name Description
domain The domain
username This is the username to login to the domain account.
password The password used to log into this domain account
registrar The registrar for this domain account, if any. Informational only
customer_original_id the uniqueid for the matching customer record in the customer file. Mulpiple domain accounts per customer are allowed. This is required
rate_name If not blank this is the name of the rate to associate the domain 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