Slipstream Service FormatΒΆ

Filename: slipstream.csv

Each row represents a single slipstream account. There can be many slipstream accounts for a single billing customer. This will provision to RADIUS for slipstream authentication.

The columns for this file are:

Column Name Description
username This is the username for the slipstream account
password The password for the slipstream account
customer_original_id the uniqueid for the matching customer record in the customer file. Mulpiple slipstream accounts per customer are allowed. This is required
now_imaging

This can be the numerical value of 0 or 1 showing whether the NOW! Imaging feature should be turned on or off for this customer’s slipstream account. If NOW! Imaging is not used this should be 0.

  • 0 : The NOW Imaging feature is not enabled for this customer’s service
  • 1 : The NOW Imaging feature is enabled for this customer’s service
rate_name If not blank this is the name of the rate to associate the slipstream 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