Skip to content

Fixed Fee Tariff Rates

A fixed fee tariff rate is one chargeable item within a fixed fee tariff, such as line rental or broadband at a set monthly price. See Tariff and Discount Detail Records for the field reference.

/backend/api/v1/fixedFeeTariffDetails/ID - fetch the rate with the specified ID.

/backend/api/v1/fixedFeeTariffDetails/ - list all fixed fee tariff rates.

/backend/api/v1/fixedFeeTariffs/ID/fixedFeeTariffDetails/ - list the rates belonging to the fixed fee tariff with the specified ID.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include rates with a higher ID
createdSincedatetimeNoOnly include rates created since the given time
updatedSincedatetimeNoOnly include rates updated since the given time

/backend/api/v1/fixedFeeTariffs/ID/fixedFeeTariffDetails/ - add a new rate to the specified fixed fee tariff. The newly-added rate will be returned.

/backend/api/v1/fixedFeeTariffDetails/ID - update the rate with the specified ID. The modified rate will be returned.

/backend/api/v1/fixedFeeTariffDetails/ID - delete the rate with the specified ID.

FieldNameTypeDescription
descriptionDescriptionTextOptional description for this fixed fee rate
startDateStart DateDateFirst transaction start date this fixed fee rate applies from. Leave blank for no start limit.
endDateEnd DateDateLast transaction start date this fixed fee rate applies to. Leave blank for no end limit.
numberTypeIDsNumber TypesPreset Value(s)The number types this fixed fee rate applies to
serviceTypeIDsService TypesPreset Value(s)The service types this fixed fee rate applies to
featureTypeIDsFeature TypesPreset Value(s)The feature types this fixed fee rate applies to
transactionTypeIDsTransaction TypesPreset Value(s)The transaction types this fixed fee rate applies to
carrierIDsCarriersPreset Value(s)The carriers this fixed fee rate applies to
fixedFeeTariffTypeCharge TypePreset ValueThe type of charge calculation for this fixed fee rate
fixedFeeValueCostCurrencyThe cost value for this fixed fee rate (amount or percentage depending on charge type)
fixedFeePeriodCharge PeriodPreset ValueThe billing period for this fixed fee rate
fixedFeeCommissionProfileCommission ProfilePreset ValueThe commission profile to use for transactions using this fixed fee rate
fixedFeeTransactionCodeTransaction CodeTextOptional transaction code for transactions using this fixed fee rate
discountPlanAllowancePoolNameAllowance Pool NameTextName of the allowance pool which should be filled
discountPlanMultiplier1Discount Plan 1 MultiplierNumberMultiplier for discount plan 1
discountPlan1Discount Plan 1Preset ValueFirst discount plan that applies to this fixed fee rate
discountPlanMultiplier2Discount Plan 2 MultiplierNumberMultiplier for discount plan 2
discountPlan2Discount Plan 2Preset ValueSecond discount plan that applies to this fixed fee rate
discountPlanMultiplier3Discount Plan 3 MultiplierNumberMultiplier for discount plan 3
discountPlan3Discount Plan 3Preset ValueThird discount plan that applies to this fixed fee rate
discountPlanMultiplier4Discount Plan 4 MultiplierNumberMultiplier for discount plan 4
discountPlan4Discount Plan 4Preset ValueFourth discount plan that applies to this fixed fee rate
idFixed Fee Tariff Detail IDTextThe unique identifier for this fixed fee tariff rate
fixedFeeTariffFixed Fee TariffTextThe ID of the fixed fee tariff this rate belongs to