mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Changing OUT-> *out everywhere, tests fscdr
This commit is contained in:
@@ -32,7 +32,7 @@ Creates a new AccountActions profile within a tariff plan.
|
||||
"AccountActionsId": "AA_SAMPLE_2",
|
||||
"ActionTimingsId": "SAMPLE_AT_1",
|
||||
"ActionTriggersId": "SAMPLE_ATRS_1",
|
||||
"Direction": "OUT",
|
||||
"Direction": "*out",
|
||||
"TPid": "SAMPLE_TP_1",
|
||||
"Tenant": "TENANT1"
|
||||
}
|
||||
@@ -124,7 +124,7 @@ Queries specific AccountActions profile on tariff plan.
|
||||
"AccountActionsId": "AA_SAMPLE_2",
|
||||
"ActionTimingsId": "SAMPLE_AT_1",
|
||||
"ActionTriggersId": "SAMPLE_ATRS_1",
|
||||
"Direction": "OUT",
|
||||
"Direction": "*out",
|
||||
"TPid": "SAMPLE_TP_1",
|
||||
"Tenant": "TENANT1"
|
||||
}
|
||||
|
||||
@@ -38,9 +38,9 @@ Creates a new ActionTriggers profile within a tariff plan.
|
||||
"ActionTriggers": [
|
||||
{
|
||||
"ActionsId": "ACTION_1",
|
||||
"BalanceType": "MONETARY",
|
||||
"BalanceType": "*monetary",
|
||||
"DestinationId": "",
|
||||
"Direction": "OUT",
|
||||
"Direction": "*out",
|
||||
"ThresholdType": "MIN_BALANCE",
|
||||
"ThresholdValue": 5,
|
||||
"Weight": 10
|
||||
|
||||
@@ -13,7 +13,7 @@ Creates a new RatingProfile within a tariff plan.
|
||||
RatingProfileId string // RatingProfile id
|
||||
Tenant string // Tenant's Id
|
||||
TOR string // TypeOfRecord
|
||||
Direction string // Traffic direction, OUT is the only one supported for now
|
||||
Direction string // Traffic direction, *out is the only one supported for now
|
||||
Subject string // Rating subject, usually the same as account
|
||||
RatesFallbackSubject string // Fallback on this subject if rates not found for destination
|
||||
RatingActivations []RatingActivation // Activate rate profiles at specific time
|
||||
@@ -34,7 +34,7 @@ Creates a new RatingProfile within a tariff plan.
|
||||
"method": "Apier.SetTPRatingProfile",
|
||||
"params": [
|
||||
{
|
||||
"Direction": "OUT",
|
||||
"Direction": "*out",
|
||||
"RatingProfileId": "SAMPLE_RP_2",
|
||||
"RatingActivations": [
|
||||
{
|
||||
@@ -123,7 +123,7 @@ Queries specific RatingProfile on tariff plan.
|
||||
RatingProfileId string // RatingProfile id
|
||||
Tenant string // Tenant's Id
|
||||
TOR string // TypeOfRecord
|
||||
Direction string // Traffic direction, OUT is the only one supported for now
|
||||
Direction string // Traffic direction, *out is the only one supported for now
|
||||
Subject string // Rating subject, usually the same as account
|
||||
RatesFallbackSubject string // Fallback on this subject if rates not found for destination
|
||||
RatingActivations []RatingActivation // Activate rate profiles at specific time
|
||||
@@ -141,7 +141,7 @@ Queries specific RatingProfile on tariff plan.
|
||||
"error": null,
|
||||
"id": 0,
|
||||
"result": {
|
||||
"Direction": "OUT",
|
||||
"Direction": "*out",
|
||||
"RatingProfileId": "SAMPLE_RP_2",
|
||||
"RatesFallbackSubject": "",
|
||||
"RatingActivations": [
|
||||
|
||||
Reference in New Issue
Block a user