GET api/cli/{id}/tariff

Return the CLI level sell tariffs for the specified CLI

Note that

  • CLI must exist
  • If value is null, inherit the values from the package or site, in that order
Error Messages

404/NotFound - Cli with id = Specified ID not assigned to a CLI

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id CLI ID - The unique identifer for the CLI. integer

Required

Body Parameters

None.

Response Information

Resource Description

CliTariff
NameDescriptionTypeAdditional information
SellTariff The Sell Tariff to apply to the CLI integer

None.

ServiceChargeSellTariff TThe Service Charge Sell Tariff to apply to the CLI integer

None.