Price Increases

Price increases let you raise prices across your tariffs and standard features by a percentage. Common uses include:

  • Annual contract uplifts: CPI or RPI-linked increases applied each year
  • Retail markup: Creating a retail tariff based on a wholesale tariff with a percentage markup (e.g. 40%)
  • Tiered pricing: Building price tiers from a base tariff with different percentage markups

Key Benefits

  • Percentage-based: Apply a single percentage across all rates in a tariff or charges on a standard feature
  • Two modes: Modify existing records in-place, or create new versions while keeping the originals
  • Flexible scope: Choose which charges are affected (e.g. recurring only, or all charges including connections)
  • Audit trail: Tracking fields record what was increased and by how much
  • Works across pricing objects: Supports call tariffs, fixed fee tariffs, and standard features

How It Works

There are two ways to apply an increase:

  • In-place (Apply Increase (In Place)) modifies the existing record directly. All customers using that tariff or standard feature get the new prices automatically.
  • Clone (Create Increased Version) creates a new record with increased prices, leaving the original unchanged. You then reassign customers or numbers to the new version as needed.

Both modes ask for a percentage and a scope (which charges to increase). The platform multiplies the relevant price fields by the percentage and rounds to four decimal places.


In-Place Mode (Apply Increase (In Place))

Modifies the existing tariff or standard feature directly.

When to use: All customers on this tariff or standard feature should get the increase at the same time.

What happens

  • All price fields within the chosen scope are multiplied by the increase percentage
  • For call tariffs, inherited rates from a parent tariff are resolved first, then increased. The tariff’s revision number is incremented.
  • The tracking fields are updated to record the percentage applied and link back to the source record
  • The change is immediate and affects all customers, numbers, and features using this record

Important: This action cannot be undone. Once applied, the original prices are overwritten. If you need to keep the original prices available, use Clone mode instead.

This action requires expert level 5 to edit and appears in the Expert menu (not the standard Actions menu).


Clone Mode (Create Increased Version)

Creates a new record with increased prices. The original record is not changed.

When to use: Only some customers should get the increase, or you want to keep the old pricing available for existing customers.

What happens

  • A new tariff or standard feature is created as a copy of the original
  • All price fields within the chosen scope are increased on the new record
  • The new record’s name includes a suffix showing the increase, e.g. “Standard National (+3.5% costs)”
  • The tracking fields link the new record back to the original
  • If a version with the same source, percentage, and scope already exists, the platform returns the existing version rather than creating a duplicate

After creating the version: You need to reassign customers, numbers, or features to the new version. The original record continues to work unchanged for anyone still using it.

This action appears in the Actions menu and requires clone permission.

Name suffixes

The platform adds a suffix to the new record’s name based on the object type and scope:

ObjectScopeSuffix example
Call tariffCosts only(+3.5% costs)
Call tariffAll charges(+3.5% all charges)
Fixed fee tariffRecurring only(+3.5% recurring)
Fixed fee tariffRecurring + connections(+3.5% recurring+conn)
Standard featureRecurring only(+3.5% recurring)
Standard featureRecurring + one-off(+3.5% recurring+conn)

Choosing Between In-Place and Clone

In-placeClone
Original recordModifiedUnchanged
Customers affectedAll on this tariff/featureOnly those you reassign
EffortOne actionCreate version, then reassign
ReversibleNoYes (delete the new version)
Best forUniversal increasesSelective or phased rollouts
Access neededExpert level 5Clone permission
Menu locationExpert menuActions menu

Rule of thumb: If everyone on a tariff gets the same increase on the same date, use in-place. If you need to move customers across gradually or keep old pricing for some, use clone.


Scope Options

The scope controls which price fields are increased. Options vary by object type.

Call Tariffs

ScopeWhat is increased
Costs onlyPer-unit rates (cost per minute, access charges, surcharges) on the tariff defaults and all individual rates
All charges (incl. connections/min/max)Everything above, plus connection charges, minimum charges, and maximum charges

Fixed Fee Tariffs

ScopeWhat is increased
Recurring onlyRates with a recurring charge period
Recurring + connectionsAll rates, including one-off/connection charges

Standard Features

ScopeWhat is increased
Recurring onlyThe recurring charge amount
Recurring + one-off (connections)Both the recurring charge and the one-off (connection) charge

Applying an Increase

In-place (Apply Increase (In Place))

  1. Open the call tariff, fixed fee tariff, or standard feature you want to increase
  2. Click Expert menu > Apply Increase (In Place)
  3. Fill in the form:
    • Increase: The percentage to apply (e.g. 3.5 for a 3.5% increase)
    • Apply To: Choose the scope (see Scope Options above)
  4. Click Apply Increase (In Place)

The prices are updated immediately on the existing record.

Clone (Create Increased Version)

  1. Open the call tariff, fixed fee tariff, or standard feature you want to base the new version on
  2. Click Actions menu > Create Increased Version
  3. Fill in the form:
    • Increase: The percentage to apply (e.g. 3.5 for a 3.5% increase)
    • Apply To: Choose the scope (see Scope Options above)
  4. Click Create Increased Version

The platform creates the new version and takes you to it. You can then reassign customers or numbers to use the new version.


Tracking Fields

When an increase is applied, the platform records two fields on the tariff or standard feature. These appear in the System Information section and require expert level 7 to edit.

  • Original Tariff / Original Fixed Fee Tariff / Original Standard Feature: For in-place increases, this points to the record itself. For cloned versions, this points back to the source record. Use this to trace the history of a tariff through successive increases.
  • Increase %: The percentage that was applied to create this version (e.g. 3.5%).

These fields are set automatically by the increase actions.


Annual Increase Profile and Reference Date

Customers, numbers, services, and features each have two informational fields for tracking annual increase schedules:

  • Annual Increase Profile: Records which type of annual increase applies. Options are CPI, RPI, Fixed Amount, or None.
  • Annual Increase Reference Date: Records when the next annual increase is due.

These fields are for reference and reporting only. They do not trigger price changes automatically. Use them to:

  • Track which customers are on CPI-linked, RPI-linked, or fixed increases
  • Run reports to identify accounts due for a price review
  • Record contractual obligations for audit purposes

You can filter and report on these fields to identify which accounts need their next annual increase applied.

For more on where these fields appear:


API Reference

Increase actions are available through the API. See the endpoint pages for full parameters, curl examples, and response details:


Practical Examples

Annual CPI increase across all customers

Your standard call tariff covers all customers, and your contract allows a CPI-linked increase. This year’s CPI figure is 4.2%.

  1. Open your standard call tariff
  2. Use Expert menu > Apply Increase (In Place)
  3. Enter 4.2% with scope “Costs only”
  4. The tariff’s per-minute rates are all increased by 4.2%

All customers on this tariff get the new rates from the next billing run. No reassignment needed.

Retail markup on a wholesale tariff

You have a wholesale call tariff from your carrier and want to create a retail tariff with a 40% markup.

  1. Open your wholesale call tariff
  2. Use Actions menu > Create Increased Version
  3. Enter 40 with scope “Costs only”
  4. A new tariff is created (e.g. “Wholesale National (+40% costs)”)
  5. Rename the new tariff to something customer-facing (e.g. “Retail National”)
  6. Assign the retail tariff to your customers

The wholesale tariff stays unchanged. If the carrier updates their rates, you can repeat the process to create a new retail version.

Selective increase for new contracts only

You want to increase line rental for new customers but keep existing customers on current pricing.

  1. Open your standard fixed fee tariff
  2. Use Actions menu > Create Increased Version
  3. Enter 5% with scope “Recurring only”
  4. A new tariff is created (e.g. “Standard Fixed Fees (+5% recurring)”)
  5. Assign the new tariff to new customers going forward
  6. Existing customers stay on the original tariff at the old prices

Standard feature increase with connection charges

You increase both the recurring and one-off charges on a standard feature used for line rentals.

  1. Open the “Business Line Rental” standard feature
  2. Use Expert menu > Apply Increase (In Place)
  3. Enter 3.5% with scope “Recurring + one-off (connections)”
  4. Both the recurring charge (e.g. £12.00 becomes £12.42) and the one-off charge are increased

All features linked to this standard feature that inherit their charges pick up the new values at the next billing run.


Still Didn’t Find Your Answer?

For assistance, please contact us below.

Submit a ticket