mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Add API's for RateProfiles
This commit is contained in:
committed by
Dan Christian Bogos
parent
75406ceaf2
commit
7d1b0a5e03
@@ -937,6 +937,7 @@ const (
|
||||
TpRatingProfile = "TpRatingProfile"
|
||||
TpChargers = "TpChargers"
|
||||
TpDispatchers = "TpDispatchers"
|
||||
TpRateProfiles = "TpRateProfiles"
|
||||
)
|
||||
|
||||
// Dispatcher Const
|
||||
@@ -1447,6 +1448,14 @@ const (
|
||||
DispatcherServicePing = "DispatcherService.Ping"
|
||||
)
|
||||
|
||||
// RateProfile APIs
|
||||
const (
|
||||
APIerSv1SetRateProfile = "APIerSv1.SetRateProfile"
|
||||
APIerSv1GetRateProfile = "APIerSv1.GetRateProfile"
|
||||
APIerSv1GetRateProfileIDs = "APIerSv1.GetRateProfileIDs"
|
||||
APIerSv1RemoveRateProfile = "APIerSv1.RemoveRateProfile"
|
||||
)
|
||||
|
||||
// AnalyzerS APIs
|
||||
const (
|
||||
AnalyzerSv1 = "AnalyzerSv1"
|
||||
|
||||
Reference in New Issue
Block a user