11. Plan
11. Plan
This page contains all documentation under this Postman category.
Additional usage notes
tariffId should be sourced via GET Tariff.
serviceProfileId should be sourced via GET Service Profile.
planId should be sourced via GET Query Rate Plan or from the Create Plan response.
Plans bundle Tariffs, Service Profiles, and commercial rules into an offer that can be assigned to endpoints.
Before deleting a Plan, check Endpoint usage via endpoint assignment APIs.
If a plan is attached to an endpoint, detach or move the endpoint before deleting the plan.
Plan - Create
Path: Plan / Plan - Create
Method: POST
URL: https://sft.bics.com/api/CreatePlan
Description
Create Plan API is used to create new plan which will be used to rate customer or endpoint.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | Yes |
Input
Input Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Request | M | Object of request details |
Input Request Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
plan | M | Object of the plan |
Input plan Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
basicInfo | M | Basic Info Objects |
notification | O | List of Notification Objects |
benefit | O | List of Activation Benefit Objects |
charge | O | List of Charge Objects |
usageCounter | O | List of Usage Counter Objects |
tariffList | O | List of Tariff Objects <br>In case of custom tariff true tariff list is mandatory |
rule | O | List of Rule Objects |
nextPlanRules | O | List of Next Plan Rule Objects (Only for Test and Inventory Plans) |
createDynamicBenefitsDetails | O | List of Dynamic Benefits Objects |
attachDynamicBenefitsList | O | List of Dynamic Benefits Attach |
Input basicInfo Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
planName | M | Plan Name |
planCategory | M | Plan Category <br>ADDON <br>NORMAL <br>TEST <br>INVENTORY |
planDescription | O | Plan Description |
serviceProfile | M | Service Profile ID, You can fetch the list of possible profileId using "GetServiceProfile" API. |
planType | M | Plan Type <br>0 – prepaid <br>1 – Postpaid |
currencyId | M | Currency Id, You can fetch the list of possible currencyId using "GetCurrency" API. |
destinationGroup | M | Destination Group in case of customer and Roaming Profiles in case of end points, Only 1 Destination Group will be supported for wholesale plan but for the retail plan multiple RPs can be attached |
planStatus | M | Plan Status <br>InActive <br>Active |
addOnPriority | CM | Priority for Addon Plans <br>Mandatory if plan is addon <br>Integer (1,2,3,...). Lowest numbers have higher priority. |
prorate | O | prorateFlag to indicate whether monthly recurring charges and benefits of a postpaid Base Plan should be prorated in the first month <br>Accepted values : true/false <br>Default value would be “false” if nothing is provided <br>Note: Monthly minimum fee charge configuration is not allowed if prorate is enabled |
Test and Inventory plans cannot be created/modified/deleted by Reseller or Enterprise.
Input notification Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
notificationType | M | Notification Type ID. You can fetch the list of possible IDs using "GET Notification" API. |
thresholdType | CM | Type of Threshold. Mandatory for threshold-based Notifications <br>- fixed <br>- slab |
thresholdValue | CM | Threshold Value. Mandatory for threshold-based Notifications <br>For thresholdType as Fixed - thresholdValue supports free text <br>For thresholdType as Slab : <br>C01 - 50%-75% <br>C02 - 76%-95% <br>C03 - 96%-99% <br>C04 - 100% |
messages | O | List of Message Object |
recipients | O | List of recipients object |
Input messages Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
channel | O | Channel in which message has to deliver <br>1 – SMS (Available for Enterprises) <br>3 – Email (Available for Enterprises/Reseller) Note: Email channel is to be selected for Reseller level plans and SMS channel for Enterprise level |
message | O | Message Template in the selected language Note: For Reseller, the characters limit for Mail channel is 1000 and for Enterprise SMS channel limit is 200. |
Input recipients Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
channel | O | Channel in which message has to be delivered <br>1 – SMS <br>3 – Email <br>4 – API |
O | Email Address, Multiple address needs to be given as comma (,) and pipe ( | |
phone | O | Phone numbers. Multiple numbers needs to be given as comma (,) and pipe ( |
callBackType | CM | Callback type to whom it has to be delivered <br>Both the callback options need to be given as comma(,) separated. Mandatory if channel selected is API <br>0 - Own callback <br>1 - Customer callback <br>Note: "callBackType" is mandatory for Reseller level <br>Enterprise - Default will be taken as Own callback if parameter is not provided |
message | O | Message Template in the selected language Note: Message characters limit for channels Mail and Callback API is 1000 and for SMS channel limit is 200 |
Message supported Identifiers
Value | Parameter |
|---|---|
33 | Endpoint ID |
34 | Endpoint Name |
35 | Own Account Id - Enterprise level |
36 | Own Account Name - Enterprise level |
37 | Child Account Id - Reseller level |
38 | Child Account Name - Reseller level |
39 | Endpoint Previous Status - Enterprise level <br>Available only for the notification type "Endpoint and SIM Status Change" |
40 | Endpoint Current Status - Enterprise level <br>Available only for the notification type "Endpoint and SIM Status Change" |
41 | SIM Previous Status - Enterprise level <br>Available only for the notification type "Endpoint and SIM Status Change" |
42 | SIM Current Status - Enterprise level <br>Available only for the notification type "Endpoint and SIM Status Change" |
0 | MSISDN of the SIM. Available for notificaiton created by Enteprise accounts when sim is activated |
47 | IMSI of the sim. Available for notificaiton created by Enteprise accounts when sim is linked to endpoint |
57 | ICCID of the sim. Available for notificaiton created by Enteprise accounts when sim is linked to endpoint |
Input benefit Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
benefitId | O | Benefit id, You can fetch the list of possible id using "Get Benefit" API. |
value | O | Value of Benefit in least unit, Mandatory if any benefit Id has been selected. |
action | O | Action to be taken if the same account has been added up again. Mandatory if any benefit Id has been selected <br>1 – Balance Overwrite |
rateZone | O | Rate Zone id,You can fetch the list of possible id using "GetRateZone" API. |
Input charge Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
chargeId | O | Charge Id, You can fetch the list of possible id using "GetCharge" API. (required only for Base plans) |
chargeAmount | CM | Charge Amount in lease Unit, Mandatory if any charge has been selected |
threshold | O | Max Threshold, Applicable only for the specific set of Charge Category |
unitPrice | O | Unit Price, Applicable only for the specific set of Charge Category. Unit Price applicable if the count criteria reach the threshold configured |
slabDetails | CM | List of range values |
actionType | CM | Actions <br>(Start of charging) <br>0- Immediate <br>1- OnFirstUsage <br>For sim activation fee, SIM Management fee and feature based SIM management fee (Recurring) charges Action 0 and 1 are conditional mandatory. <br>(Type of charging) <br>2- TierBasePerSim <br>3- TierBasePerRage <br>4- Thershold <br>5- Normal <br>Incase of sim management fee Action 2, 3, 4 and 5 are conditional mandatory <br>SIM Management fee actionType must be comma seperated(Start of charging-0 and 1,Type of charging-2,3,4,5).If actionType 0(default) is not added explicitly then actionType is considered as Immediate along with Type of charging |
autoRenewal | O | Auto renewal flag, If true charge will be auto renewed |
factor | O | Validity Factor in Integer. <br>Default value 1 for Base plan, <br>Default value will be used if the parameter is not present in the request . <br>Mandatory for ADDON plans. <br>Note: Factor value should be set to 1 for all other configured charges if Monthly minimum fee charges are configured in the plan |
frequency | O | Renewal Frequency <br>For Base Plans : <br>2 - Month (Default) <br>Default value will be used if the parameter is not present in the request <br> <br>For Addon Plans <br>Validity is the renewal frequency for recurring AddOns, or the duration for one-time AddOns. <br>1 – Day <br>2 – Month <br>3 – Year <br>Mandatory if plan type is ADDON. <br>Note: Frequency value should be set to 2 - Month, if Monthly minimum fee charges is configured in the plan |
applicableFor | CM | Value Added Feature ID from the “Value Added Feature” configuration referring to the service or feature for which the charge is applicable when activated for a SIM: <br>1 – NB-IoT access <br>2 – Data access <br>Mandatory if chargeId refers to feature based SIM management fee. |
includes | CM | Specifies the coverage unit included in the charge: <br>1 – Networks <br>Mandatory if applicableFor refers to NB-IoT access or Data access. |
numberIncluded | CM | Specifies the number of coverage units included in the charge. <br>Integer value greater than 0. <br>Mandatory if applicableFor refers to NB-IoT access or Data access. |
priceAboveIncluded | CM | Price applicable per SIM per coverage unit when the number of units included in the charge is exceeded. <br>Decimal value greater or equal to 0 with up to 3 decimals. <br>Mandatory if applicableFor refers to NB-IoT access or Data access. |
priceAboveIncludedPerNetwork | O | Optional list of specific prices per network applicable per SIM per network when the number of networks included in the charge is exceeded. When set, this price is charged instead of the overall priceAboveIncluded for accessing the specific network. <br>Can only be set if applicableFor is present and refers to a “Value Added Feature” configuration of Type=”Service”. <br>Format should be an array, e.g. <br>- [ { "tadigCode": "BELTB", "categoryGroupId": "SP848", "priceAboveIncluded": "2" }, <br>{ "tadigCode": "GRCCO", "categoryGroupId": "SP848", "priceAboveIncluded": "2" } ] |
Input priceAboveIncludedPerNetwork Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
tadigCode | CM | TADIG code of the network in which the specified price is applicable. <br>Together with categoryGroupId, unique identifier of the network. <br>Mandatory if categoryGroupId or priceAboveIncluded is provided. |
priceAboveIncluded | CM | Price applicable in the specified network. <br>Decimal value greater or equal to 0 with up to 3 decimals. <br>Mandatory if tadigCode or categoryGroupId is provided. |
categoryGroupId | CM | ID of the supplier list containing the network in which the specified price is applicable. <br>Together with tadigCode , unique identifier of the network. Mandatory if tadigCode or priceAboveIncluded is provided. |
Input Slab Details Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
startRange | CM | Strart Range |
endRange | CM | If End Range is null/empty Value will consider as infinity |
amount | CM |
Input Subscription Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
reSubscription | M | False <br> <br>True |
reSubscriptionRule | CM | 1 for Validity Expiration <br> <br>2 for Validity Expiration OR Benefit exhaustion <br> <br>Mandatory for reSubscription = True |
Occurrences | CM | Mandatory if reSubscription= True <br> <br>Integer 0-9999 to define number of occurrences <br> <br>-1 to define Unlimited |
activatedBy | CM | Mode of Plan Activation <br>Mandatory if plan is addon <br>0 - Activation on subscription <br>1 - Activation on usage |
INPUT Validity PARAMETERS
Field | Optional/Mandatory | Description |
|---|---|---|
validityType | M | -1 for Unlimited <br> <br>1 for Number of days <br> <br>2 for Number of months <br> <br>3 for Number of Years <br> <br>4 for Billing cycle for Postpaid <br> <br>4 for End of the Month for Prepaid |
validityFactor | CM | Mandatory for validityType 1, 2 and 4 <br> <br>Number of Days/Months/Years <br> <br>Integer 1-99999 <br> <br>Negative and zero not allowed |
Input tariffList Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
tariffId | M | Tariff Sequence Id, You can fetch the list of possible id using "GetTariff" API. |
Input usageCounter Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
counterId | O | Counter Id, You can fetch the list of possible counterId using "GetCounter" API. |
value | O | Counter threshold value |
unitType | O | Unit Type of the Value, Mandatory only if the value is not null. <br>KB, MB, GB, BYTES |
factor | O | Factor in numbers |
action | O | Next PCC to be applied,You can fetch the list of possible ruleId using "GetRule" API. (Mandatory for End User Plans created with Profile comprising of Data Service) , <br>Action =1 for block rule <br>Action=2 for Default rule <br>Action=5 for Throttle_512Kbps <br>Action=6 for Throttle_384Kbps <br>Action=7 for Throttle_256Kbps <br>Action=8 for Throttle_218Kbps <br>Action=257 for Throttle_1Mbps <br>Action=259 for Throttle_2Mbps <br>Action=261 for Throttle_5Mbps <br>Action=263 for Throttle_10Mbps <br>Action=265 for Throttle_20Mbps |
Input rule Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Id | O | PCRF Rule Id,You can fetch the list of possible ruleId using "GetRule" API. (Mandatory for End User Plans created with Profile comprising of Data Service) |
Input nextPlanRules Parameters
Available only for Test And Inventory type of plans.
Field | Optional/ Mandatory | Description |
|---|---|---|
ruleId | O | Rules assigned to TEST and INVENTORY plans <br>1 - Validity (Test and Inventory plan) <br>2 - Benefit Exhaustion (Test plan only) <br>3 - Usage under Base Plan Coverage (Test and Inventory plan) |
frequency | O | Required only for Validity (ruleId 1). To provide the Validity <br>1 - Day <br>2 - Month <br>3 - Year |
factor | O | Required only for Validity (ruleId 1). To provide the amount of Validity (number of Days/Months/Years) |
benefitId | O | Required only for Validity (ruleId 2).To give benefitId for the rule <br>0 - SMS <br>1 - DATA <br>2- NB-IOT |
INPUT CREATEDYNAMICBENEFITSDETAILS PARAMETERS
Field | Optional/Mandatory | Description |
|---|---|---|
name | M | Name of the Dynamic Benefits to create, alphanumeric value up to 50 characters length. Must be unique in current hierarchy. |
category | M | Category ID <br>1 - Pooled <br>2 – Non-Pooled |
simBenefitFee | M | Fee charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
simActivationFee | M | Fee charged at activation for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
activatedBy | M | Action triggering the charging of the fees <br>0 - Subscription <br>1 - Usage |
autoRenewal | M | Flag indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time. <br> <br>Recurring if set to true. |
factor | M | Factor multiplying the Validity. Numeric value. |
validity | M | Validity <br>2 – Month <br>3 – Year |
benefitList | M | Object of benefits details. |
INPUT BENEFITLIST PARAMETERS
Field | Optional/Mandatory | Description |
|---|---|---|
benefit | M | Benefit type <br>1 – DATA <br>2 – NB-IOT |
ratezone | M | Ratezone ID |
value | M | Amount of benefit given. Depending on the selection of the Benefit: DATA → “MB”. Numeric value with a length up to 10 digits, max. 3 decimals (e.g. 0.123 or 1234567890), cannot be 0. |
overageTariff | O | Tariff to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. Optional, if not provided fallback on Base Plan tariff. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
INPUT ATTACHDYNAMICBENEFITSLIST PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
dynamicBenefitsId | M | ID of the Dynamic Benefits to attach. Possible IDs can be retrieved using the “GetCustomerProfile“ API to query the own account. |
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
planId | O | Plan Id |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Result Codes
View More
Result Codes | Description | |
|---|---|---|
5000 | Create plan success | |
5001 | Create plan failure | |
5020 | Plan already exists | |
6717 | MA is mandatory for prepaid normal plan | |
6719 | Total charge amount exceeded MA benefit value | |
8098 | Duplicate operators present in the ratezone selected | |
10106 | Prorate is not allowed with the Minimum fee charge | |
10110 | Operation failed - Multiple instances of fee type {} are not allowed | |
10119 | Benefit rule configuration missing. Please add benefit rule configuration - BenefitId | |
10002 | Insufficient privilege | |
10169 | Roaming Profile Limit Exceed | |
10198 | Notification message length has been exceeded | |
10183 | Dynamic Benefits is not allowed for Addon plan | |
10239 | Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not. | |
10240 | Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not. | |
1257 | Wrong request packet - paramter name | -Parameter prorate is only for postpaid plan <br>-Parameter tariffList is not a valid in custom traiff off case |
Note: OEM plan creation is not supported via API for Reseller and Enterprise
Headers
Header | Value |
|---|---|
|
|
|
|
|
|
Request Body
{
"Request": {
"plan": {
"basicInfo": {
"planName": "MvnePostpaidPlan",
"planType": "1",
"planCategory": "NORMAL",
"planDescription": "Postpaid PLAN",
"serviceProfile": "SP_163",
"planStatus": "Active",
"currencyId": "44",
"destinationGroup": "174"
},
"notification": [
{
"notificationType": "106",
"thresholdType": "fixed",
"thresholdValue": "14",
"messages": [
{
"channel": "3",
"language": "1",
"message": " Dear Reseller 30115, Monthly limit reached"
}
],
"recipients": [
{
"channel": "3",
"language": "1",
"message": " Dear Recipient 30115, Monthly limit reached.",
"email": "abc@xyz.com"
}
]
}
],
"tariffList": [
{
"tariffId": "12730"
},
{
"tariffId": "12734"
}
],
"charge": [
{
"chargeId": "1",
"chargeAmount": "10"
},
{
"chargeId": "9",
"factor": "1",
"frequency": "2",
"autoRenewal": "true",
"chargeAmount": "1",
"threshold": "",
"unitPrice": "",
"actionType": "2",
"slabDetails": [
{
"startRange": "0",
"endRange": "100",
"amount": "12"
},
{
"startRange": "101",
"endRange": "",
"amount": "150"
}
]
}
],
"usageCounter": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_632",
"value": "10",
"action": "1",
"unitType": "MB",
"factor": "1"
}
],
"rule": [
{
"id": "1281"
}
]
}
}
}
Response Examples
Plan - Create - Success - {Addon Plan}
{
"Response": {
"responseId": "46675020930642794",
"responseTimestamp": "13/03/2024 11:21:19",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "645323"
}
}
Create Plan - Failure - {Plan already exists} — 200 — OK
{
"Response": {
"responseId": "46676692026324688",
"responseTimestamp": "13/05/2020 11:49:10",
"resultCode": "1",
"resultParam": {
"resultCode": "5020",
"resultDescription": "Plan already exists"
}
}
}
Create Plan - Success - {Prepaid Base Plan} — 200 — OK
{
"Response": {
"responseId": "46675020930642794",
"responseTimestamp": "13/05/2020 11:21:19",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115133087"
}
}
Create Plan - Success - {Postpaid base plan with charge Local SIM Hosting — 200 — OK
{
"Response": {
"responseId": "46675020930642794",
"responseTimestamp": "13/05/2020 11:21:19",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115133087"
}
}
Create Plan - Success - {Postpaid Base Plan}
{
"Response": {
"responseId": "46675224735497886",
"responseTimestamp": "13/05/2020 11:24:43",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115133090"
}
}
Create Plan - Success - {Prepaid Addon Plan} — 200 — OK
{
"Response": {
"responseId": "46676031793211636",
"responseTimestamp": "13/05/2020 11:38:10",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115133096"
}
}
Create Plan - Success - {Postpaid Addon Plan} — 200 — OK
{
"Response": {
"responseId": "46676479428524240",
"responseTimestamp": "13/05/2020 11:45:37",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115133104"
}
}
Create Plan - Success - {OnetimeAddon} — 200 — OK
{
"Response": {
"responseId": "6301025692379322",
"responseTimestamp": "01/09/2020 10:17:24",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "560862"
}
}
Create Plan - Success - {postpaid addon plan with counter} — 200 — OK
{
"Response": {
"responseId": "6301025692379322",
"responseTimestamp": "01/09/2020 10:17:24",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "560862"
}
}
Create Plan - Success - {prepaid addon plan with counter} — 200 — OK
{
"Response": {
"responseId": "6301025692379322",
"responseTimestamp": "01/09/2020 10:17:24",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "560862"
}
}
Create Plan - Failure - {Create plan with multiple one time fees }
{
"Response": {
"responseId": "587049727281458",
"responseTimestamp": "08/03/2021 10:33:35",
"resultCode": "1",
"resultParam": {
"resultCode": "10110",
"resultDescription": "Operation failed - Multiple instances of fee type SFT- Setup Fee- Branded portal are not allowed"
}
}
}
Create Plan - Success {Adding multiple one time fee}
{
"Response": {
"responseId": "46675020930642794",
"responseTimestamp": "08/03/2021 11:21:19",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115133056"
}
}
Create Plan - Success {Postpaid TEST Plan }
{
"Response": {
"responseId": "46675224735495886",
"responseTimestamp": "25/05/2021 11:24:43",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115134078"
}
}
Create Plan - Success {Prepaid TEST plan}
{
"Response": {
"responseId": "46675020930642794",
"responseTimestamp": "25/05/2021 11:25:19",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115144057"
}
}
Create Plan - Success {Postpaid INVENTORY plan}
{
"Response": {
"responseId": "46675020930786794",
"responseTimestamp": "13/05/2020 11:21:19",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115155034"
}
}
Create Plan - Success {Prepaid INVENTORY Plan}
{
"Response": {
"responseId": "46675020938442794",
"responseTimestamp": "13/05/2020 11:21:19",
"resultCode": "0",
"resultParam": {
"resultCode": "5000",
"resultDescription": "Create plan success"
},
"planId": "30115154764"
}
}
Create Plan - Failure {TEST plan with DATA benefit and SMS exhaustion rule}
{
"Response": {
"responseId": "4230495794297093",
"responseTimestamp": "26/05/2021 15:08:59",
"resultCode": "1",
"resultParam": {
"resultCode": "10119",
"resultDescription": "Benefit rule configuration missing. Please add benefit rule configuration - BenefitId"
}
}
}
Create Plan - Failure {Creating TEST/INVENTORY plan in reseller level}
{
"Response": {
"responseId": "4230931859192133",
"responseTimestamp": "26/05/2021 15:16:15",
"resultCode": "1",
"resultParam": {
"resultCode": "10002",
"resultDescription": "Insufficient privilege"
}
}
}
Create Plan - Failure - {Create plan with more than 10 Roaming profiles }
{
"Response": {
"responseId": "1194046525293186",
"responseTimestamp": "21/03/2022 05:06:50",
"resultCode": "1",
"resultParam": {
"resultCode": "10169",
"resultDescription": "Roaming Profile Limit Exceed"
}
}
}
Create Plan - Failure - {Create plan with Duplicate operators present in the ratezone selected }
{
"Response": {
"responseId": "6563410619399706",
"responseTimestamp": "30/08/2022 06:33:02",
"resultCode": "1",
"resultParam": {
"resultCode": "8098",
"resultDescription": "Duplicate operators present in the ratezone selected"
}
}
}
Create Plan - Failure - {Prorate is not allowed with the Minimum fee charge}
{
"Response": {
"responseId": "7860269547759414",
"responseTimestamp": "14/09/2022 06:47:21",
"resultCode": "1",
"resultParam": {
"resultCode": "10106",
"resultDescription": "Prorate is not allowed with the Minimum fee charge"
}
}
}
Create Plan - Failure - {Notification message exceeds the limit}
{
"Response": {
"responseId": "5533772492936981",
"responseTimestamp": "13/12/2022 11:33:21",
"resultCode": "1",
"resultParam": {
"resultCode": "10198",
"resultDescription": "Notification message length has been exceeded"
}
}
}
Plan - Create
No response body provided.
Query Rate Plan
Path: Plan / Query Rate Plan
Method: GET
URL: https://sft.bics.com/api/QueryRatePlan
Description
This API is used to fetch all the available plans in the system. Plans can be filtered based on following parameters: plan Category, plan Type and currency ID. Based on the filter criteria given the plan can be filtered. Each authorized customer can fetch the details of the plan which he/she has created.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | Yes |
Input
Query Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
planCategory | O | Plan Category. <br>Possible Values: <br>BASE <br>ADDON <br>TEST <br>INVENTORY |
planType | O | Plan Type <br>Possible Values: <br>0 – Prepaid <br>1 – Postpaid |
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction id |
responseTimestamp | M | Response initiated time <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
responseParam | O | Object of the Plan Details |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Output responseParam Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
plan | O | Object of the Plan |
Output plan Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
basicInfo | O | Basic Info Object |
chargeInfo | O | chargeInfo Object |
counterInfo | O | counterInfo Object |
benefits | O | Benefits Object |
tariff | O | Tariff Object |
serviceProfile | O | Service Profile Object |
notification | O | Notification Object |
nextPlanRules | O | List of Next Plan Rule Objects (Only for Test and Inventory Plans) |
dynamicBenefitsDetails | O | List of Dynamic Benefits Object |
Output basicInfo Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
planId | O | Plan Id |
planName | O | Plan Name |
planDescription | O | Plan Description |
planType | O | 0 – prepaid <br>1 – postpaid |
cugEnabled | O | CUG Enabled or not |
creditLimit | O | Credit Limit of a Postpaid Plan |
PlanAmount | O | Monthly Rental of a Postpaid Plan/Pack amount of a Prepaid Plan |
serviceId | O | Service Ids associated with the plan. If multiple services are associated separated by pipe 2 |
serviceIdName | O | Service Ids associated with the plan. If multiple services are associated separated by pipe DATA |
planCategory | O | Plan Category <br>NORMAL <br>ADDON <br>TEST <br>INVENTORY |
productId | O | Product Id derived from the master configuration |
productName | O | Product Name |
planEffectiveDate | O | Plan Effective Date Format:DD/MM/YYYY HH:mm:ss |
planExpiryDate | O | Plan Expiry Date Format:DD/MM/YYYY HH:mm:ss |
createdBy | O | Created By, Only Parent can create the plans for the Child |
planTypeName | O | Name of the Plan Type |
networkTypeId | O | Network Type ID 1 |
networkTypeName | O | Network Type Name GSM |
Currency | O | Currency ID |
revertedPlanAmount | O | Plan Amount in the currency format |
Status | O | Status of the Plan Active InActive |
currencyMainUnitId | O | Currency Type ID |
currencyMainUnitSymbol | O | Currenc Type |
saleTypeId | O | SaleType ID |
saleTypeName | O | Sale Type Name <br>0 – Retail <br>1 – Wholesale |
destGroupId | O | Destination Group Id attached |
destGroupName | O | Name of the Destination Group |
profileId | O | Service Profile Id |
prorate | O | Flag to indicate whether monthly recurring charges and benefits of a postpaid Base Plan should be prorated in the first month. Accepted values: true/false. |
addOnPriority | CM | Priority for Addon Plans <br>Mandatory if plan is addon <br>Integer (1,2,3,...). Lowest numbers have higher priority. |
activatedBy | O | Mode of Plan Activation <br>Mandatory if plan is addon <br>0 - Activation on subscription <br>1 - Activation on usage |
Output Charge Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
chargeId | M | Charge Id. Populated from the charges created in the system |
name | M | Name of Charge |
amount | CM | Charge Amount in lease Unit, Mandatory if any charge has been selected |
threshold | CM | Max Threshold, Applicable only for the specific set of Charge Category |
unitPrice | CM | Unit Price, Applicable only for the specific set of Charge Category. Unit Price applicable if the count criteria reach the threshold configured |
rangeList | CM | List of range values |
actionType | O | Actions <br>0- Immediate(default and omitted for SIM Management fees) <br>1- OnFirstUsage <br>2- Tier Based Per Sim <br>3- Tier Based Per Rage <br>4- Thershold <br>5- Normal <br>For SIM Management fee actionType will be comma seperated(Start of charging-0 and 1,Type of charging-2,3,4,5) |
isRenewal | O | Auto renewal flag, If true charge will be auto renewed |
factor | O | Validity Factor in Integer. <br>Default -1 for BASE <br>Mandatory for ADDON plans. <br>Note: Factor value should be set to 1 for all other configured charges if Monthly minimum fee charges are configured in the plan |
frequency | O | Renewal Frequency <br>For Base Plans: <br>2 - Month (Default) <br> <br>For Addon Plans <br>Validity is the renewal frequency for recurring AddOns or the duration for one-time AddOns <br>1 – Day <br>2 – Month <br>3 – Year <br>Mandatory if <br>a) autoRenewal is true or <br>b) autoRenewal is false and plan type is ADDON. |
instanceId | CM | Unique instance Id for multiple enabled Onetime fee |
instanceTimestamp | CM | Time and date (UTC) at which the instance of the onetime fee has been added to the plan. |
applicableForId | CM | ID of Service or feature for which the charge is applicable when activated for a SIM. <br>1 – NB-IoT access <br>2 - Data access <br>Mandatory if chargeId refers to feature based SIM management fee. |
applicableForName | CM | Name of Service or feature for which the charge is applicable when activated for a SIM. <br>1 – NB-IoT access <br>2 - Data access <br>Mandatory if chargeId refers to feature based SIM management fee. |
includesId | CM | ID Specifies the coverage unit included in the charge: <br>1 – Networks <br>Mandatory if applicableFor refers to NB-IoT access or Data access. |
includesName | CM | Name Specifies the coverage unit included in the charge: <br>1 – Networks <br>Mandatory if applicableFor refers to NB-IoT access or Data access. |
numberIncluded | CM | Specifies the number of coverage units included in the charge. <br>Integer value greater than 0. <br>Mandatory if applicableFor refers to NB-IoT access or Data access. |
priceAboveIncluded | CM | Price applicable per SIM per coverage unit when the number of units included in the charge is exceeded. <br>Decimal value greater or equal to 0 with up to 3 decimals. <br>Mandatory if applicableFor refers to NB-IoT access or Data access. |
priceAboveIncludedPerNetwork | O | Optional list of specific prices per network applicable per SIM per network when the number of networks included in the charge is exceeded. When set, this price is charged instead of the overall priceAboveIncluded for accessing the specific network. <br>Can only be set if applicableFor is present and refers to a “Value Added Feature” configuration of Type=”Service”. <br> <br>Format should be an array, e.g. <br>- [ { "tadigCode": "BELTB", "categoryGroupId": "SP848", "priceAboveIncluded": "2" }, <br>{ "tadigCode": "GRCCO", "categoryGroupId": "SP848", "priceAboveIncluded": "2" } ] |
Output Range List Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
startRange | CM | Strart Range |
endRange | CM | If End Range is null/empty Value will consider as infinity |
amount | CM |
Output priceAboveIncludedPerNetwork Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
tadigCode | CM | TADIG code of the network in which the specified price is applicable. <br>Together with categoryGroupId, unique identifier of the network. <br>Mandatory if categoryGroupId or priceAboveIncluded is provided. |
priceAboveIncluded | CM | Price applicable in the specified network. <br>Decimal value greater or equal to 0 with up to 3 decimals. <br>Mandatory if tadigCode or categoryGroupId is provided. |
categoryGroupId | CM | ID of the supplier list containing the network in which the specified price is applicable. <br>Together with tadigCode , unique identifier of the network. Mandatory if tadigCode or priceAboveIncluded is provided. |
Output Counter Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
counterId | M | Id of the counter |
counterName | M | Name of the counter |
limit | O | Usage limit for the counter |
unitType | M | Unit (MB,KB,BYTES) |
Output Benefit Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
benefitId | M | Id of the benefit |
benefitName | M | Name of the benefit |
unitType | M | Unit <br>(COUNT /MB) |
benefit | M | value of benefit |
type | M | Type of unit <br>(COUNT / VOLUME) |
rateZone | O | Ratezone Id |
Output Subscription Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
reSubscription | M | False <br> <br>True |
reSubscriptionRule | M | 1 for Validity Expiration <br> <br>2 for Validity Expiration OR Benefit exhaustion |
Occurrences | CM | Integer 0-9999 to define number of occurrences <br> <br>-1 to define Unlimited |
activatedBy | M | Mode of Plan Activation <br>Mandatory if plan is addon <br>0 - Activation on subscription <br>1 - Activation on usage |
Output Validity Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
validityType | M | -1 for Unlimited <br> <br>1 for Number of days <br> <br>2 for Number of months <br> <br>3 for Number of Years <br> <br>4 for Billing cycle |
validityFactor | CM | Mandatory for validityType 1, 2 and 3 <br> <br>Number of Days/Months/Years <br> <br>Integer 1-99999 <br> <br>Negative and zero not allowed |
Output Tariff Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
tariffId | M | Id for the tariff |
serviceIdName | M | Service name <br>(DATA/SMS-MO/SMS-MT) |
OUTPUT DYNAMICBENEFITSDETAILS PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
dynamicBenefitsId | CM | ID of the Dynamic Benefits. |
level | CM | Level ID of the Dynamic Benefits. <br>1 - Created by the current account within the plan. <br>2 - Created by a parent account and attached to the plan. |
name | CM | Name of the Dynamic Benefits. |
category | CM | Category ID <br>1 - Pooled <br>2 – Non-Pooled |
simBenefitFee | CM | Fee charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits. |
simActivationFee | CM | Fee charged at activation for Endpoints subscribed to the Dynamic Benefits. |
activatedBy | CM | Action triggering the charging of the fees <br>0 - Subscription <br>1 - Usage |
autoRenewal | CM | Flag indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time. <br> <br>Recurring if set to true. |
factor | CM | Factor multiplying the Validity. Numeric value. |
validity | CM | Validity <br>2 – Month <br>3 – Year |
benefitList | CM | Object of benefits details. |
OUTPUT BENEFITLIST PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
benefit | CM | Benefit type <br>1 – DATA <br>2 – NB-IOT |
ratezone | CM | Ratezone ID |
value | CM | Amount of benefit given. Depending on the selection of the Benefit: DATA → “MB”. |
overageTariff | O | Tariff to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. |
Output ServiceProfile Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
profileId | O | Service Profile Id |
profileName | O | Service profile name |
serviceCategory | O | Service Category |
networkTypeId | O | Network Type ID 1 |
createdBy | O | Created by account |
service | O | Service Ids associated with the plan. If multiple services are associated separated by pipe. <br>2 – Data <br>9 – SMS <br>5 - NB-IOT |
accessVarientId | O | Service Profile belonging to which service <br>2 - MO-SMS <br>3 - MT-SMS <br>4 - DATA <br>5 - NB-IoT <br>Multiple service can be selected using pipe seperation |
ratType | O | Service Profile Access Type (RAT Type) <br>01 – 2G/3G <br>02 – 2G <br>06 - 2G/3G/4G |
feature | O | Feature objects |
Output Feature Parameters (Service Profile)
Field | Optional/ Mandatory | Description |
|---|---|---|
featureId | O | Feature Id |
featureName | O | Feature Name, Name of the feature associated with service profile |
columnName | O | Column name |
featureHLRName | O | Corresponding feature name in HLR |
type | O | Feature type |
value | O | Status of feature, true or false |
defaultFeatures | O | Default features |
Output Notification Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
notificationId | O | Notification Id |
triggerId | O | Trigger Id of notification type |
alertType | O | Notification alert type |
channel | O | Channel in which message has to deliver <br>1 - SMS <br>3 - Email |
thresholdType | O | Type of Threshold (Fixed/Slab) for threshold-based Notifications |
thresholdValue | O | Threshold Value for threshold-based Notifications <br>For thresholdType as Fixed - thresholdValue supports free text <br>For thresholdType as Slab : <br>C01 - 50%-75% <br>C02 - 76%-95% <br>C03 - 96%-99% <br>C04 - 100% |
triggerIdName | O | Name of the notification |
alertTypeName | O | Name of the notification alert type |
channelName | O | Name of the channel in which message has to deliver. |
messages | O | List of message object. |
recipients | O | List of recipients object. |
Output messages Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
message | O | Configured message template in the selected language. |
channel | O | Channel ID in which message has to deliver <br>1 – SMS <br>3 – Email |
channelName | O | Name of the channel in which message has to deliver. |
Output recipients Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
message | O | Configured message template in the selected language. |
O | Email Address, Multiple address will be present as comma (,) separated. Mandatory if the channel selected is Email | |
phone | O | Phone numbers. Multiple numbers will be present as comma (,) separated. Mandatory if the channel selected is SMS |
channel | O | Channel in which message has to deliver <br>1 – SMS <br>3 – Email <br>4 – API |
channelName | O | Name of the channel in which message has to deliver. |
callBackType | O | Callback type to whom it has to be delivered <br>Callback options will be comma(,) separated. Mandatory if channel selected is API <br>0 - Own callback <br>1 - Customer callback <br>Enterprise - Default will be Own callback if parameter is not provided |
Output nextPlanRules Parameters
Available only for Test And Inventory type of plans.
Field | Optional/ Mandatory | Description |
|---|---|---|
ruleName | M | Rules assigned to TEST and INVENTORY plans <br>1 - Validity (Test and Inventory plan) <br>2 - Benefit Exhaustion (Test plan only) <br>3 - Usage under Base Plan Coverage (Test and Inventory plan) |
ruleId | M | Rules assigned to TEST and INVENTORY plans <br>1 - Validity (Test and Inventory plan) <br>2 - Benefit Exhaustion (Test plan only) <br>3 - Usage under Base Plan Coverage (Test and Inventory plan) |
frequencyName | M | Provides the name of frequency <br>1 - Day <br>2 - Month <br>3 - Year |
factor | M | Required only for Validity (ruleId 1). To provide the amount of Validity (number of Days/Months/Years) |
benefitName | M | Provides the benefitName used in the rule (required only for ruleId -2) <br>SMS - 0 <br>DATA - 1 <br>NB-IOT -2 |
nextState | M | Provides the next state <br>1 - Active-Inventory <br>2 - Active |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
planId | O | Plan Id |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Result Codes
Result Codes | Description | Next Steps |
|---|---|---|
1056 | Query rate plan success | |
1057 | Query rate plan failure | Operational failure, try after sometime or kindly verify all mandatory parameters in the API request else contact the system administrator. |
1058 | No rate plan configured |
Headers
Header | Value |
|---|---|
|
|
|
|
|
|
Response Examples
Query Rate Plan - Success - Addon Plan Only Copy — 200 — OK
{
"Response": {
"responseId": "13299182484573797",
"responseTimestamp": "14/03/2024 07:24:36",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "679499",
"planName": "APIPrepaidA143",
"cugEnabled": "false",
"planDescription": "Prepaid ADDON PLAN",
"planType": "0",
"serviceId": "9|5|2",
"planCategory": "ADDON",
"planAmount": "343400",
"planEffectiveDate": "04/03/2024 07:47:23",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "SMS|NB-IOT|DATA",
"planTypeName": "Prepaid",
"createdBy": "32135101",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3434",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "108390",
"destGroupName": "Destinationall",
"profileId": "SP_66248",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_66248",
"profileName": "Serviceaddon",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "32135101",
"service": "9|5|2",
"accessVarientId": "2|5|4",
"ratType": "10",
"feature": [
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"amount": "3434"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "2",
"occurrences": "2",
"activatedBy": "1"
},
"validity": {
"validityTypeID": "1",
"validityTypeName": "Daily",
"validityFactor": "44"
}
},
{
"basicInfo": {
"planId": "679507",
"planName": "APIPrepaidADemo",
"cugEnabled": "false",
"planDescription": "Prepaid ADDON PLAN",
"planType": "0",
"serviceId": "9|5|2",
"planCategory": "ADDON",
"planAmount": "343400",
"planEffectiveDate": "04/03/2024 11:23:50",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "SMS|NB-IOT|DATA",
"planTypeName": "Prepaid",
"createdBy": "32135101",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3434",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "108390",
"destGroupName": "Destinationall",
"profileId": "SP_66248",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_66248",
"profileName": "Serviceaddon",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "32135101",
"service": "9|5|2",
"accessVarientId": "2|5|4",
"ratType": "10",
"feature": [
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"amount": "3434"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "2",
"occurrences": "2",
"activatedBy": "1"
},
"validity": {
"validityTypeID": "1",
"validityTypeName": "Daily",
"validityFactor": "4"
}
},
{
"basicInfo": {
"planId": "679856",
"planName": "APIPrepaidADemo22",
"cugEnabled": "false",
"planDescription": "Prepaid ADDON PLAN",
"planType": "0",
"serviceId": "9|5|2",
"planCategory": "ADDON",
"planAmount": "343400",
"planEffectiveDate": "07/03/2024 13:26:39",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "SMS|NB-IOT|DATA",
"planTypeName": "Prepaid",
"createdBy": "32135101",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3434",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "108390",
"destGroupName": "Destinationall",
"profileId": "SP_66248",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_66248",
"profileName": "Serviceaddon",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "32135101",
"service": "9|5|2",
"accessVarientId": "2|5|4",
"ratType": "10",
"feature": [
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"amount": "3434"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "2",
"occurrences": "24321",
"activatedBy": "1"
},
"validity": {
"validityTypeID": "1",
"validityTypeName": "Daily",
"validityFactor": "44"
}
},
{
"basicInfo": {
"planId": "679930",
"planName": "APIPrepaidADemooccu",
"cugEnabled": "false",
"planDescription": "Prepaid ADDON PLAN",
"planType": "0",
"serviceId": "9|5|2",
"planCategory": "ADDON",
"planAmount": "343400",
"planEffectiveDate": "13/03/2024 17:10:30",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "SMS|NB-IOT|DATA",
"planTypeName": "Prepaid",
"createdBy": "32135101",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3434",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "108390",
"destGroupName": "Destinationall",
"profileId": "SP_66248",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_66248",
"profileName": "Serviceaddon",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "32135101",
"service": "9|5|2",
"accessVarientId": "2|5|4",
"ratType": "10",
"feature": [
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"amount": "3434"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "2",
"occurrences": "9999",
"activatedBy": "1"
},
"validity": {
"validityTypeID": "1",
"validityTypeName": "Daily",
"validityFactor": "44"
}
},
{
"basicInfo": {
"planId": "679505",
"planName": "Plan_Addon_Demo",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "9|5|2",
"planCategory": "ADDON",
"planAmount": "450",
"planEffectiveDate": "04/03/2024 11:12:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "SMS|NB-IOT|DATA",
"planTypeName": "Postpaid",
"createdBy": "32135101",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "4.5",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "108390",
"destGroupName": "Destinationall",
"profileId": "SP_66248",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_66248",
"profileName": "Serviceaddon",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "32135101",
"service": "9|5|2",
"accessVarientId": "2|5|4",
"ratType": "10",
"feature": [
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"amount": "4.5"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "4",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "2",
"occurrences": "5",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "1",
"validityTypeName": "Daily",
"validityFactor": "10"
}
},
{
"basicInfo": {
"planId": "679488",
"planName": "Planaddon_A_onetime",
"cugEnabled": "false",
"planDescription": "addon A",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "9|5|2",
"planCategory": "ADDON",
"planAmount": "400",
"planEffectiveDate": "04/03/2024 12:05:50",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "SMS|NB-IOT|DATA",
"planTypeName": "Postpaid",
"createdBy": "32135101",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "4",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "108390",
"destGroupName": "Destinationall",
"profileId": "SP_66248",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_66248",
"profileName": "Serviceaddon",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "32135101",
"service": "9|5|2",
"accessVarientId": "2|5|4",
"ratType": "10",
"feature": [
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"amount": "4"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "3",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "1",
"validityTypeName": "Daily",
"validityFactor": "6"
}
},
{
"basicInfo": {
"planId": "679506",
"planName": "plan_addon_pr",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"serviceId": "9|5|2",
"planCategory": "ADDON",
"planAmount": "400",
"planEffectiveDate": "04/03/2024 11:15:48",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "SMS|NB-IOT|DATA",
"planTypeName": "Prepaid",
"createdBy": "32135101",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "4",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "108390",
"destGroupName": "Destinationall",
"profileId": "SP_66248",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_66248",
"profileName": "Serviceaddon",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "32135101",
"service": "9|5|2",
"accessVarientId": "2|5|4",
"ratType": "10",
"feature": [
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"amount": "4"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "4",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "4",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "-1",
"validityTypeName": "Unlimited"
}
}
],
"totalCount": "7"
}
}
}
Query Rate Plan - Success - {Filter based on Plan Category and Plan Type} — 200 — OK
{
"Response": {
"responseId": "46679814648890607",
"responseTimestamp": "13/05/2020 12:41:12",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "30115133087",
"planName": "MvnePrepaidPlan",
"cugEnabled": "false",
"planDescription": "New Plan Description",
"planType": "0",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "13/05/2020 14:35:46",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Prepaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_163"
},
"serviceProfile": {
"profileId": "SP_163",
"profileName": "spbase01",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"chargeId": "1",
"name": "SFT-Setup Fee - Integration",
"amount": "10",
"isRenewal": false
}
],
"tariff": [
{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12730",
"serviceIdName": "DATA"
}
],
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME",
"rateZone": "5093"
}
],
"dynamicBenefitsDetails": [
{
"dynamicBenefitsId": "600",
"level": "1",
"name": "Own_MDB",
"category": "2",
"simBenefitFee": "5",
"simActivationFee": "1",
"activatedBy": "0",
"autoRenewal": "true",
"validity": "2",
"benefitList": [
{
"benefit": "1",
"ratezone": "123",
"value": "20",
"overageTariff": "1"
},
{
"benefit": "1",
"ratezone": "456",
"value": "10",
"overageTariff": "0.5"
}
]
}]
}
]
},
"totalCount": "1"
}
}
}
Query Rate Plan - Success - {Local SIM Hosting charge }} — 200 — OK
{
"Response": {
"responseId": "7769497309579413",
"responseTimestamp": "10/01/2024 07:23:09",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "670607",
"planName": "host_l",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "28/12/2023 12:00:58",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA",
"planTypeName": "Postpaid",
"createdBy": "32126104",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "105463",
"destGroupName": "dest_n",
"profileId": "SP_62685",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_62685",
"profileName": "service_p",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "32126104",
"service": "2",
"accessVarientId": "4",
"ratType": "10",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
}
]
},
"chargeInfo": [
{
"chargeId": "90",
"name": "Local SIM Hosting",
"amount": "5",
"isRenewal": true,
"frequency": "2",
"factor": "2",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "42573",
"serviceIdName": "DATA"
}
]
},
{
"basicInfo": {
"planId": "670599",
"planName": "localh_l",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "09/01/2024 08:31:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA",
"planTypeName": "Postpaid",
"createdBy": "32126104",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "105463",
"destGroupName": "dest_n",
"profileId": "SP_62685",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_62685",
"profileName": "service_p",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "32126104",
"service": "2",
"accessVarientId": "4",
"ratType": "10",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
}
]
},
"chargeInfo": [
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "42573",
"serviceIdName": "DATA"
}
]
},
{
"basicInfo": {
"planId": "670355",
"planName": "localhost",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "21/12/2023 09:46:20",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA",
"planTypeName": "Postpaid",
"createdBy": "32126104",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "105463",
"destGroupName": "dest_n",
"profileId": "SP_62685",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_62685",
"profileName": "service_p",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "32126104",
"service": "2",
"accessVarientId": "4",
"ratType": "10",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
}
]
},
"chargeInfo": [
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "42573",
"serviceIdName": "DATA"
}
]
},
{
"basicInfo": {
"planId": "670363",
"planName": "localhost_ll",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "28/12/2023 01:56:51",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA",
"planTypeName": "Postpaid",
"createdBy": "32126104",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "105463",
"destGroupName": "dest_n",
"profileId": "SP_62685",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_62685",
"profileName": "service_p",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "32126104",
"service": "2",
"accessVarientId": "4",
"ratType": "10",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
}
]
},
"chargeInfo": [
{
"chargeId": "6",
"name": "SFT-SIM management",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "2",
"actionType": "0,5"
},
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "3",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "42573",
"serviceIdName": "DATA"
}
]
},
{
"basicInfo": {
"planId": "670624",
"planName": "no_charge",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"serviceId": "2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "28/12/2023 13:23:25",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA",
"planTypeName": "Prepaid",
"createdBy": "32126104",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "105463",
"destGroupName": "dest_n",
"profileId": "SP_62685"
},
"serviceProfile": {
"profileId": "SP_62685",
"profileName": "service_p",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "32126104",
"service": "2",
"accessVarientId": "4",
"ratType": "10",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
}
]
},
"tariff": [
{
"tariffId": "42573",
"serviceIdName": "DATA"
}
]
},
{
"basicInfo": {
"planId": "670360",
"planName": "plan_local",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "09/01/2024 09:54:05",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA",
"planTypeName": "Postpaid",
"createdBy": "32126104",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "105463",
"destGroupName": "dest_n",
"profileId": "SP_62685",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_62685",
"profileName": "service_p",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "32126104",
"service": "2",
"accessVarientId": "4",
"ratType": "10",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
}
]
},
"chargeInfo": [
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "42573",
"serviceIdName": "DATA"
}
]
},
{
"basicInfo": {
"planId": "670546",
"planName": "preplan",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"serviceId": "2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "28/12/2023 14:28:27",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA",
"planTypeName": "Prepaid",
"createdBy": "32126104",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "105463",
"destGroupName": "dest_n",
"profileId": "SP_62685"
},
"serviceProfile": {
"profileId": "SP_62685",
"profileName": "service_p",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "32126104",
"service": "2",
"accessVarientId": "4",
"ratType": "10",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
}
]
},
"chargeInfo": [
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "42573",
"serviceIdName": "DATA"
}
]
}
],
"totalCount": "7"
}
}
}
Query Rate Plan - Failure
{
"Response": {
"responseId": "10147764526003929674",
"responseTimestamp": "26/05/2020 01:59:44",
"resultCode": "1",
"resultParam": {
"resultCode": "1057",
"resultDescription": "Query Rate Plan Failure"
}
}
}
Query Rate Plan - Failure - {No rate plan configured} — 200 — OK
{
"Response": {
"responseId": "47771832636828293",
"responseTimestamp": "26/05/2020 04:01:30",
"resultCode": "1",
"resultParam": {
"resultCode": "1058",
"resultDescription": "No rate plan configured"
}
}
}
Query Rate Plan - Success - {Addon Plan Only} — 200 — OK
{
"Response": {
"responseId": "46678177428123275",
"responseTimestamp": "13/05/2020 12:13:55",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "30115133104",
"planName": "PostpaidAddonPlan",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2|9",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:45:37",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Postpaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_304"
},
"serviceProfile": {
"profileId": "SP_304",
"profileName": "AddonServiceProfile",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "34"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "-1",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "3",
"validityTypeName": "Yearly",
"validityFactor": "1"
}
},
{
"basicInfo": {
"planId": "30115133096",
"planName": "PrepaidAddonPlan",
"cugEnabled": "false",
"planDescription": "Prepaid ADDON PLAN",
"planType": "0",
"serviceId": "2|9",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:38:10",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Prepaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_304"
},
"serviceProfile": {
"profileId": "SP_304",
"profileName": "AddonServiceProfile",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "34"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "-1",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "3",
"validityTypeName": "Yearly",
"validityFactor": "1"
},
"totalCount": "2"
}
}
}
Query Rate Plan - Success - {Postpaid Plans Only} — 200 — OK
{
"Response": {
"responseId": "46678246955754924",
"responseTimestamp": "13/05/2020 12:15:05",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "30115133090",
"planName": "MvnePostpaidPlan",
"cugEnabled": "false",
"planDescription": "Postpaid PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"validity": "30",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:24:43",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Postpaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_163"
},
"serviceProfile": {
"profileId": "SP_163",
"profileName": "spbase01",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"chargeId": "1",
"name": "SFT-Setup Fee - Integration",
"amount": "10",
"isRenewal": false
},
{
"chargeId": "9",
"name": "SFT-Monthly Recurring Charges",
"amount": "1",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"rangeList": [
{
"startRange": "0",
"endRange": "100",
"amount": "12"
},
{
"startRange": "101",
"amount": "150"
}
]
},
{
"chargeId": "21",
"name": "SFT-Feature based SIM management fee",
"amount": "3",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "1,5",
"applicableForId": "1",
"applicableForName": "NB-IoT access",
"includesId": "1",
"includesName": "Networks",
"numberIncluded": "3",
"priceAboveIncluded": "15"
},
{
"chargeId": "89",
"name": "SFT-Local SIM Management",
"amount": "6.22",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
},
{
"chargeId": "88",
"name": "SFT-Local Profile Download",
"amount": "6",
"isRenewal": false,
"actionType": "0"
},
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12734",
"serviceIdName": "SMS-MO"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_632",
"counterName": "Daily",
"limit": "10485760",
"unitType": "MB"
}
]
},
{
"basicInfo": {
"planId": "30115133104",
"planName": "PostpaidAddonPlan",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2|9",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:45:37",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Postpaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_304"
},
"serviceProfile": {
"profileId": "SP_304",
"profileName": "AddonServiceProfile",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "34"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "-1",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "3",
"validityTypeName": "Yearly",
"validityFactor": "1"
}
}
],
"totalCount": "2"
}
}
}
Query Rate Plan - Success - {Prepaid Plans Only} — 200 — OK
{
"Response": {
"responseId": "46678206503826068",
"responseTimestamp": "13/05/2020 12:14:24",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [{
"basicInfo": {
"planId": "30115133087",
"planName": "MvnePrepaidPlan",
"cugEnabled": "false",
"planDescription": "PREPAID PLAN",
"planType": "0",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "13/05/2020 13:21:19",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Prepaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_163"
},
"serviceProfile": {
"profileId": "SP_163",
"profileName": "spbase01",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
},
"chargeInfo": [{
"chargeId": "1",
"name": "SFT-Setup Fee - Integration",
"amount": "10",
"isRenewal": false
},
{
"chargeId": "9",
"name": "SFT-Monthly Recurring Charges",
"amount": "1",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"rangeList": [{
"startRange": "0",
"endRange": "100",
"amount": "12"
},
{
"startRange": "101",
"amount": "150"
}
]
},
{
"chargeId": "21",
"name": "SFT-Feature based SIM management fee",
"amount": "3",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "1,5",
"applicableForId": "1",
"applicableForName": "NB-IoT access",
"includesId": "1",
"includesName": "Networks",
"numberIncluded": "3",
"priceAboveIncluded": "15"
},
{
"chargeId": "89",
"name": "SFT-Local SIM Management",
"amount": "6.22",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
},
{
"chargeId": "88",
"name": "SFT-Local Profile Download",
"amount": "6",
"isRenewal": false,
"actionType": "0"
},
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12734",
"serviceIdName": "SMS-MO"
}
],
"counterInfo": [{
"counterId": "C_Daily_0_CE_USAGE_VOLUME_4_5_191",
"counterName": "Daily",
"limit": "10485760",
"unitType": "MB"
}],
"benefits": [{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME",
"rateZone": "5093"
}]
},
{
"basicInfo": {
"planId": "30115133096",
"planName": "PrepaidAddonPlan",
"cugEnabled": "false",
"planDescription": "Prepaid ADDON PLAN",
"planType": "0",
"serviceId": "2|9",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:38:10",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Prepaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_304"
},
"serviceProfile": {
"profileId": "SP_304",
"profileName": "AddonServiceProfile",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "34"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "-1",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "3",
"validityTypeName": "Yearly",
"validityFactor": "1"
}
}
],
"totalCount": "2"
}
}
}
Query Rate Plan - Success — 200 — OK
{
"Response": {
"responseId": "46677260045907609",
"responseTimestamp": "13/05/2020 11:58:38",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "30115133090",
"planName": "MvnePostpaidPlan",
"cugEnabled": "false",
"planDescription": "Postpaid PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"validity": "30",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:24:43",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Postpaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_163"
},
"serviceProfile": {
"profileId": "SP_163",
"profileName": "spbase01",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"chargeId": "9",
"name": "SFT-Monthly Recurring Charges",
"amount": "1",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"rangeList": [
{
"startRange": "0",
"endRange": "100",
"amount": "12"
},
{
"startRange": "101",
"amount": "150"
}
]
},
{
"chargeId": "1",
"name": "SFT-Setup Fee - Integration",
"amount": "10",
"isRenewal": false
},
{
"chargeId": "89",
"name": "SFT-Local SIM Management",
"amount": "6.22",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
},
{
"chargeId": "88",
"name": "SFT-Local Profile Download",
"amount": "6",
"isRenewal": false,
"actionType": "0"
},
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12734",
"serviceIdName": "SMS-MO"
},
{
"tariffId": "12734",
"serviceIdName": "SMS-MO"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_632",
"counterName": "Daily",
"limit": "10485760",
"unitType": "MB"
}
]
},
{
"basicInfo": {
"planId": "30115133087",
"planName": "MvnePrepaidPlan",
"cugEnabled": "false",
"planDescription": "PREPAID PLAN",
"planType": "0",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "13/05/2020 13:21:19",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Prepaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_163"
},
"serviceProfile": {
"profileId": "SP_163",
"profileName": "spbase01",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"chargeId": "1",
"name": "SFT-Setup Fee - Integration",
"amount": "10",
"isRenewal": false
},
{
"chargeId": "9",
"name": "SFT-Monthly Recurring Charges",
"amount": "1",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"rangeList": [
{
"startRange": "0",
"endRange": "100",
"amount": "12"
},
{
"startRange": "101",
"amount": "150"
}
]
},
{
"chargeId": "21",
"name": "SFT-Feature based SIM management fee",
"amount": "3",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "1,5",
"applicableForId": "1",
"applicableForName": "NB-IoT access",
"includesId": "1",
"includesName": "Networks",
"numberIncluded": "3",
"priceAboveIncluded": "15",
"priceAboveIncludedPerNetwork": [
{
"tadigCode": "LUXVM",
"categoryGroupId": "SP848",
"priceAboveIncluded": "2",
"category": "0"
}
]
},
{
"chargeId": "89",
"name": "SFT-Local SIM Management",
"amount": "6.22",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
},
{
"chargeId": "88",
"name": "SFT-Local Profile Download",
"amount": "6",
"isRenewal": false,
"actionType": "0"
},
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12734",
"serviceIdName": "SMS-MO"
},
{
"tariffId": "12734",
"serviceIdName": "SMS-MO"
}
],
"counterInfo": [
{
"counterId": "C_Daily_0_CE_USAGE_VOLUME_4_5_191",
"counterName": "Daily",
"limit": "10485760",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME",
"rateZone": "5093"
}
]
},
{
"basicInfo": {
"planId": "30115133104",
"planName": "PostpaidAddonPlan",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2|9",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:45:37",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Postpaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_304"
},
"serviceProfile": {
"profileId": "SP_304",
"profileName": "AddonServiceProfile",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "34"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "-1",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "3",
"validityTypeName": "Yearly",
"validityFactor": "1"
}
},
{
"basicInfo": {
"planId": "30115133096",
"planName": "PrepaidAddonPlan",
"cugEnabled": "false",
"planDescription": "Prepaid ADDON PLAN",
"planType": "0",
"serviceId": "2|9",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:38:10",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Prepaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_304"
},
"serviceProfile": {
"profileId": "SP_304",
"profileName": "AddonServiceProfile",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "34"
}
],
"benefits": [
{
"benefitId": "1",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "-1",
"activatedBy": "0"
},
"validity": {
"validityTypeID": "3",
"validityTypeName": "Yearly",
"validityFactor": "1"
}
}
],
"totalCount": "6"
}
}
}
Query Rate Plan - Success - {Base Plan Only} — 200 — OK
{
"Response": {
"responseId": "46678138061839958",
"responseTimestamp": "13/05/2020 12:13:16",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "30115133090",
"planName": "MvnePostpaidPlan",
"cugEnabled": "false",
"planDescription": "Postpaid PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"validity": "30",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "100",
"planEffectiveDate": "13/05/2020 13:24:43",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Postpaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_163",
"prorate": "true"
},
"serviceProfile": {
"profileId": "SP_163",
"profileName": "spbase01",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"chargeId": "1",
"name": "SFT-Setup Fee - Integration",
"amount": "10",
"isRenewal": false
},
{
"chargeId": "24",
"name": "SFT-OEM SIM activation",
"amount": "1.25",
"isRenewal": false,
"actionType": "0"
},
{
"chargeId": "9",
"name": "SFT-Monthly Recurring Charges",
"amount": "1",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"rangeList": [
{
"startRange": "0",
"endRange": "100",
"amount": "12"
},
{
"startRange": "101",
"amount": "150"
}
]
},
{
"chargeId": "21",
"name": "SFT-Feature based SIM management fee",
"amount": "3",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "1,5",
"applicableForId": "1",
"applicableForName": "NB-IoT access",
"includesId": "1",
"includesName": "Networks",
"numberIncluded": "3",
"priceAboveIncluded": "15"
},
{
"chargeId": "89",
"name": "SFT-Local SIM Management",
"amount": "6.22",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
},
{
"chargeId": "88",
"name": "SFT-Local Profile Download",
"amount": "6",
"isRenewal": false,
"actionType": "0"
},
{
"chargeId": "90",
"name": "SFT-Local SIM Hosting",
"amount": "2",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"actionType": "0,5"
}
],
"tariff": [
{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12734",
"serviceIdName": "SMS-MO"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_632",
"counterName": "Daily",
"limit": "10485760",
"unitType": "MB"
}
]
},
{
"basicInfo": {
"planId": "30115133087",
"planName": "MvnePrepaidPlan",
"cugEnabled": "false",
"planDescription": "PREPAID PLAN",
"planType": "0",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "13/05/2020 13:21:19",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Prepaid",
"createdBy": "31170383",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "174",
"destGroupName": "destinationgroup01",
"profileId": "SP_163"
},
"serviceProfile": {
"profileId": "SP_163",
"profileName": "spbase01",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "31170383",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"chargeId": "1",
"name": "SFT-Setup Fee - Integration",
"amount": "10",
"isRenewal": false
},
{
"chargeId": "9",
"name": "SFT-Monthly Recurring Charges",
"amount": "1",
"isRenewal": true,
"frequency": "2",
"factor": "1",
"rangeList": [
{
"startRange": "0",
"endRange": "100",
"amount": "12"
},
{
"startRange": "101",
"amount": "150"
}
]
}
],
"tariff": [
{
"tariffId": "12730",
"serviceIdName": "DATA"
},
{
"tariffId": "12734",
"serviceIdName": "SMS-MO"
}
],
"counterInfo": [
{
"counterId": "C_Daily_0_CE_USAGE_VOLUME_4_5_191",
"counterName": "Daily",
"limit": "10485760",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME",
"rateZone": "5093"
}
],
"notification": [
{
"notificationId": "77",
"triggerId": "127",
"alertType": "3",
"channel": "3",
"thresholdType": "fixed",
"thresholdValue": "10",
"triggerIdName": "SMS Benefit",
"alertTypeName": "INSTANT",
"channelName": "Email",
"messages": [
{
"message": "Dear user,Organization {38} with ID {37} has reached SMS benefit count of 10",
"channel": "3",
"channelName": "Email"
}
],
"recipients": [
{
"channel": "4",
"callBackType": "0,1",
"message": "Dear user, Organization {38} with ID {37} has raeched SMS benefit count of 10_add.recipient"
}
]
}
]
}
],
"totalCount": "2"
}
}
}
Query Rate Plan - Success {Multiple onetime fee with instanceId and instanceTimestamp}
{
"Response": {
"responseId": "580098802136053",
"responseTimestamp": "08/03/2021 08:37:44",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "30115136166",
"planName": "Multiple_charges",
"cugEnabled": "false",
"planDescription": "multipleonetme PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"validity": "30",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "1000",
"planEffectiveDate": "08/03/2021 00:32:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Postpaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "10",
"status": "Active",
"frequency": "2",
"factor": "1",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7335",
"destGroupName": "DEMO_DG_1",
"profileId": "SP_1",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_1",
"profileName": "DATA_SP",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "100000",
"service": "2|9",
"accessVarientId": "4|2|3",
"ratType": "08",
"feature": [
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
},
"chargeInfo": [
{
"chargeId": "8",
"name": "SFT- Setup Fee- Branded portal",
"amount": "10",
"isRenewal": false
},
{
"chargeId": "3",
"name": "SFT-One-off Fee",
"amount": "10",
"isRenewal": false
},
{
"chargeId": "9",
"name": "SFT-Monthly Recurring Charges",
"amount": "10",
"isRenewal": true,
"frequency": "2",
"factor": "1"
},
{
"chargeId": "2",
"name": "SFT-Setup Fee - APN",
"amount": "40",
"isRenewal": false,
"instanceId": "1",
"instanceTimestamp": "2021-03-08 08:32:08"
},
{
"chargeId": "2",
"name": "SFT-Setup Fee - APN",
"amount": "40",
"isRenewal": false,
"instanceId": "2",
"instanceTimestamp": "2021-03-08 08:32:08"
}
],
"tariff": [
{
"tariffId": "13544",
"serviceIdName": "DATA"
}
],
"notification": [
{
"notificationId": "3155",
"triggerId": "113",
"alertType": "3",
"triggerIdName": "Service barring Notification",
"alertTypeName": "INSTANT",
"channelName": "Email",
"messages": [
{
"message": " Dear user, Service is barred",
"channel": "3",
"channelName": "Email"
}
],
"recipients": [
{
"channel": "4",
"message": " Dear user, Service is barred",
"channelName": "API",
"callBackType": "1"
}
]
}
]
}
]
}
}
}
Query Rate Plan - Success (OEM Enterprise Test and Inventory )
{
"Response": {
"responseId": "4237820591327296",
"responseTimestamp": "26/05/2021 17:11:04",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "DEFAULTPOST41597372",
"planName": "DEFAULT POSTPAID PLAN",
"cugEnabled": "false",
"planDescription": "DEFAULT POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "17/05/2021 00:39:00",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Postpaid",
"createdBy": "41597372",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "2215",
"destGroupName": "DEFAULT",
"profileId": "SP_9254",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_9254",
"profileName": "DEFAULT",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "41597372",
"service": "2|9",
"accessVarientId": "4|3|2",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
}
},
{
"basicInfo": {
"planId": "DEFAULTPRE41597372",
"planName": "DEFAULT PREPAID PLAN",
"cugEnabled": "false",
"planDescription": "DEFAULT PREPAID PLAN",
"planType": "0",
"serviceId": "2|9",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "17/05/2021 00:39:00",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "3",
"productName": "PREPAID",
"serviceIdName": "DATA|SMS",
"planTypeName": "Prepaid",
"createdBy": "41597372",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "2215",
"destGroupName": "DEFAULT",
"profileId": "SP_9254"
},
"serviceProfile": {
"profileId": "SP_9254",
"profileName": "DEFAULT",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "41597372",
"service": "2|9",
"accessVarientId": "4|3|2",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IncomingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|OutgoingSMSAllowedInNatRoaming=true|IsInternationalRoaming=true|IsNationalRoaming=true",
"value": "true"
}
]
}
},
{
"basicInfo": {
"planId": "INVENTORYPOST41597372",
"planName": "INVENTORY POSTPAID PLAN",
"cugEnabled": "false",
"planDescription": "INVENTORY POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "11/11/2020 22:26:35",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"planTypeName": "Postpaid",
"createdBy": "41597372",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "INVENTORYPRE41597372",
"planName": "INVENTORY PREPAID PLAN",
"cugEnabled": "false",
"planDescription": "INVENTORY PREPAID PLAN",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "11/11/2020 22:26:35",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "3",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "41597372",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "TESTPOST41597372",
"planName": "TEST POSTPAID PLAN",
"cugEnabled": "false",
"planDescription": "TEST POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/05/2021 05:25:03",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"planTypeName": "Postpaid",
"createdBy": "41597372",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "2216",
"destGroupName": "TEST"
},
"benefits": [
{
"benefitId": "1994",
"benefitName": "DATA_POSTPAID",
"unitType": "Mb",
"benefit": "8",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"benefitName": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "TESTPRE41597372",
"planName": "TEST PREPAID PLAN",
"cugEnabled": "false",
"planDescription": "TEST PREPAID PLAN",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/05/2021 05:25:03",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "3",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "41597372",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "2216",
"destGroupName": "TEST"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "8",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"benefitName": "Data",
"ruleName": "Benefit Exhaustion"
}
]
}
],
"totalCount": "6"
}
}
}
Query Rate Plan - Success (OEM Reseller Test and Inventory plan)
{
"Response": {
"responseId": "4241968616845038",
"responseTimestamp": "26/05/2021 18:20:12",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "563075",
"planName": "INVENTORY POSTPAID PLAN - OEM_Inventory_Demo",
"cugEnabled": "false",
"planDescription": "INVENTORY POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "19/11/2020 00:55:26",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"planTypeName": "Postpaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "10",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "563077",
"planName": "INVENTORY PREPAID PLAN - OEM_Inventory_Demo",
"cugEnabled": "false",
"planDescription": "INVENTORY PREPAID PLAN",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "19/11/2020 00:55:26",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "10",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "563080",
"planName": "TEST POSTPAID PLAN - Testplan1",
"cugEnabled": "false",
"planDescription": "TEST POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/04/2021 01:26:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"planTypeName": "Postpaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2288",
"destGroupName": "TEST - Testplan1"
},
"benefits": [
{
"benefitId": "1995",
"benefitName": "SMS_POSTPAID",
"unitType": "COUNT",
"benefit": "3",
"type": "COUNT"
},
{
"benefitId": "1994",
"benefitName": "DATA_POSTPAID",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
},
{
"ruleId": "1",
"factor": "4",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "563081",
"planName": "TEST POSTPAID PLAN - Testplan2",
"cugEnabled": "false",
"planDescription": "TEST POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/05/2021 05:25:03",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"planTypeName": "Postpaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2289",
"destGroupName": "TEST - Testplan2"
},
"benefits": [
{
"benefitId": "1994",
"benefitName": "DATA_POSTPAID",
"unitType": "Mb",
"benefit": "8",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"benefitName": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "563074",
"planName": "TEST POSTPAID PLAN - Testplan3",
"cugEnabled": "false",
"planDescription": "TEST POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "20/04/2021 00:52:50",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"planTypeName": "Postpaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2287",
"destGroupName": "TEST - TestplanDG"
},
"benefits": [
{
"benefitId": "1994",
"benefitName": "DATA_POSTPAID",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
},
{
"benefitId": "1995",
"benefitName": "SMS_POSTPAID",
"unitType": "COUNT",
"benefit": "5",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
}
]
},
{
"basicInfo": {
"planId": "563078",
"planName": "TEST POSTPAID PLAN - Testplan4",
"cugEnabled": "false",
"planDescription": "TEST POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "20/04/2021 00:58:39",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "2",
"productName": "POSTPAID",
"planTypeName": "Postpaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2287",
"destGroupName": "TEST - TestplanDG"
},
"benefits": [
{
"benefitId": "1994",
"benefitName": "DATA_POSTPAID",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "2",
"nextState": "1",
"benefitName": "Data",
"ruleName": "Benefit Exhaustion"
},
{"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "563082",
"planName": "TEST PREPAID PLAN - Testplan1",
"cugEnabled": "false",
"planDescription": "TEST PREPAID PLAN",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/04/2021 01:26:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2288",
"destGroupName": "TEST - Testplan1"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
},
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "3",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
},
{
"ruleId": "1",
"factor": "4",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "563083",
"planName": "TEST PREPAID PLAN - Testplan2",
"cugEnabled": "false",
"planDescription": "TEST PREPAID PLAN",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/05/2021 05:25:03",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2289",
"destGroupName": "TEST - Testplan2"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "8",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"benefitName": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "563076",
"planName": "TEST PREPAID PLAN - Testplan3",
"cugEnabled": "false",
"planDescription": "TEST PREPAID PLAN",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "20/04/2021 00:52:50",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2287",
"destGroupName": "TEST - TestplanDG"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
},
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "5",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
}
]
},
{
"basicInfo": {
"planId": "563079",
"planName": "TEST PREPAID PLAN - Testplan4",
"cugEnabled": "false",
"planDescription": "TEST PREPAID PLAN",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "20/04/2021 00:58:39",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "31597517",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2287",
"destGroupName": "TEST - TestplanDG"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "2",
"nextState": "1",
"benefitName": "Data",
"ruleName": "Benefit Exhaustion"
}
]
}
],
"totalCount": "10"
}
}
}
Query Rate Plan - Success - {Filter based on Plan Category and Plan Type} Test Plan
{
"Response": {
"responseId": "9060651924204190",
"responseTimestamp": "14/06/2021 12:20:17",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "562492",
"planName": "0806_testplan",
"cugEnabled": "false",
"planDescription": "New Plan Description",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "14/06/2021 02:44:28",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "1496",
"destGroupName": "os_dk_kyiv"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "15",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "562081",
"planName": "1205_testplan",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "12/05/2021 01:17:49",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "1496",
"destGroupName": "os_dk_kyiv"
},
"benefits": [
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "2",
"type": "COUNT"
},
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "561561",
"planName": "2704_test",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "27/04/2021 07:28:31",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "1712",
"destGroupName": "os_dg_bel"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "20",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "561576",
"planName": "2804testdg",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "28/04/2021 06:51:37",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "1496",
"destGroupName": "os_dk_kyiv"
},
"benefits": [
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "5",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "561573",
"planName": "2804testjpy",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "28/04/2021 02:21:03",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "69",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "100",
"currencyMainUnitSymbol": "JPY",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "1712",
"destGroupName": "os_dg_bel"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "20",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "30115135481",
"planName": "OEMTESTWO_NSR",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "07/12/2020 02:44:16",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7375",
"destGroupName": "oemTEST_covreage"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
},
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "5",
"type": "COUNT"
}
]
},
{
"basicInfo": {
"planId": "30115135427",
"planName": "OEM_srh_test1",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "03/12/2020 04:39:14",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7371",
"destGroupName": "OEM_srh_DG"
},
"benefits": [
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "10",
"type": "COUNT"
},
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
}
]
},
{
"basicInfo": {
"planId": "561512",
"planName": "PLAN_TEST_Report_Pre",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "26/04/2021 07:03:12",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "1649",
"destGroupName": "SIXDEE_destination_Report"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
},
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "2",
"type": "COUNT"
}
]
},
{
"basicInfo": {
"planId": "30115135188",
"planName": "PrepaidTestingPlan-sample2",
"cugEnabled": "false",
"planDescription": "TestingPlan - validity and benefit",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "11/11/2020 01:16:34",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "InActive",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7272",
"destGroupName": "coverage_oem1"
},
"benefits": [
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"benefitId": "SMS",
"ruleName": "Benefit Exhaustion"
},
{
"ruleId": "1",
"factor": "10",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135187",
"planName": "PrepaidTestingPlan_sample1",
"cugEnabled": "false",
"planDescription": "Testingplan -1 nextstaterule without benefit",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "11/11/2020 01:08:01",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7272",
"destGroupName": "coverage_oem1"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "20",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "30115135645",
"planName": "TP_OEM_allRules",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 06:40:32",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "263",
"destGroupName": "DG_pedrocanelhas"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "1",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
},
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135637",
"planName": "TP_OEM_allRulesBE",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 04:17:35",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "469",
"destGroupName": "DG_pedrocanelhas_BEonly"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "3",
"type": "VOLUME"
},
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "3",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "3",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "562262",
"planName": "TST_plan_API_pre1",
"cugEnabled": "false",
"planDescription": "test plan via API",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "24/05/2021 03:41:20",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7284",
"destGroupName": "OEM_BSE_PLN"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
},
{
"ruleId": "1",
"factor": "2",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "562480",
"planName": "evlas_OEM_MT1418",
"cugEnabled": "false",
"planDescription": "test plan via API",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "07/06/2021 05:26:31",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "3",
"destGroupName": "SIXDEE_LOAD"
},
"benefits": [
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "10",
"type": "COUNT"
},
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "2",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
}
]
},
{
"basicInfo": {
"planId": "562481",
"planName": "evlas_OEM_MT1418a",
"cugEnabled": "false",
"planDescription": "test plan via API",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "07/06/2021 05:27:06",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "3",
"destGroupName": "SIXDEE_LOAD"
}
},
{
"basicInfo": {
"planId": "562482",
"planName": "evlas_OEM_MT1418b",
"cugEnabled": "false",
"planDescription": "test plan via API",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "07/06/2021 05:29:19",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "3",
"destGroupName": "SIXDEE_LOAD"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "2",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "562483",
"planName": "evlas_OEM_MT1418c",
"cugEnabled": "false",
"planDescription": "test plan via API",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "07/06/2021 05:31:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "3",
"destGroupName": "SIXDEE_LOAD"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10.11",
"type": "VOLUME"
},
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "10",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "2",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "562458",
"planName": "evlassi_OEM_MT-1426",
"cugEnabled": "false",
"planDescription": "test plan via API",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "07/06/2021 04:01:30",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "3",
"destGroupName": "SIXDEE_LOAD"
},
"benefits": [
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "10",
"type": "COUNT"
},
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "2",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135263",
"planName": "evlassis_pre_test_plan",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/11/2020 04:21:48",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "409",
"destGroupName": "evlassis_DG"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "COUNT",
"benefit": "10",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "30115135558",
"planName": "oem_srh_prepaid1",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "11/12/2020 04:46:14",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7371",
"destGroupName": "OEM_srh_DG"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "30115135633",
"planName": "oem_srh_prepaid_3months",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 03:28:44",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7587",
"destGroupName": "oem_srh_dg_test1"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "3",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "30115135648",
"planName": "oem_srhtest_prepaid3",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 07:11:26",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7371",
"destGroupName": "OEM_srh_DG"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "30115135520",
"planName": "om_420_oem_prtpl1",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "08/12/2020 06:33:50",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7428",
"destGroupName": "om_420_oem_test1"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "9",
"type": "VOLUME"
}
]
},
{
"basicInfo": {
"planId": "30115135550",
"planName": "om_420_oem_prtpl_2years",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "10/12/2020 05:25:25",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7428",
"destGroupName": "om_420_oem_test1"
},
"benefits": [
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "10",
"type": "COUNT"
},
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "20",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "2",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Year"
},
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
}
]
},
{
"basicInfo": {
"planId": "30115135549",
"planName": "om_420_oem_prtpl_3month",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "17/12/2020 06:03:20",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7428",
"destGroupName": "om_420_oem_test1"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "3",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "30115135551",
"planName": "om_420_oem_prtpl_7days",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "10/12/2020 05:29:51",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7428",
"destGroupName": "om_420_oem_test1"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "0.35",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "7",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "30115135642",
"planName": "om_420_oem_tpl1_be",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 07:50:02",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7593",
"destGroupName": "om_420_oem_test_dg_be"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "3",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "561371",
"planName": "os_test_plan",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/04/2021 03:41:08",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "1496",
"destGroupName": "os_dk_kyiv"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "30115135252",
"planName": "oz_new_test_type_mod",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/11/2020 04:42:57",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "167",
"destGroupName": "oz_new_test_dg_rw"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "COUNT",
"benefit": "10",
"type": "COUNT"
},
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "Mb",
"benefit": "2",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
}
]
},
{
"basicInfo": {
"planId": "30115135278",
"planName": "pre-_testpln",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/11/2020 20:54:12",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7285",
"destGroupName": "OEM_TEST_PLN"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "COUNT",
"benefit": "5",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
}
]
},
{
"basicInfo": {
"planId": "30115135583",
"planName": "prtestplan_7days",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/12/2020 07:05:25",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7340",
"destGroupName": "OEM_TEST_coverage"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "30",
"type": "VOLUME"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"benefitId": "Data",
"ruleName": "Benefit Exhaustion"
},
{
"ruleId": "1",
"factor": "7",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135611",
"planName": "testplan_allrules",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "16/12/2020 01:20:43",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "7375",
"destGroupName": "oemTEST_covreage"
},
"benefits": [
{
"benefitId": "1991",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
},
{
"benefitId": "1992",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "5",
"type": "COUNT"
}
],
"nextPlanRules": [
{
"ruleId": "2",
"nextState": "1",
"ruleName": "Benefit Exhaustion",
"benefitName": "SMS,Data"
},
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "562087",
"planName": "testplan_report",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "TEST",
"planAmount": "0",
"planEffectiveDate": "12/05/2021 04:04:08",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale",
"destGroupId": "2207",
"destGroupName": "dg_report"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "1",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
}
],
"totalCount": "33"
}
}
}
Query Rate Plan - Success - {Filter based on Plan Category and Plan Type} Inventory Plan
{
"Response": {
"responseId": "9060869752263090",
"responseTimestamp": "14/06/2021 12:23:55",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "561562",
"planName": "2704_inv",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "27/04/2021 07:29:26",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "562417",
"planName": "EV_OEM_1447_1",
"cugEnabled": "false",
"planDescription": "Inventory plan",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "31/05/2021 03:50:01",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "2",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Year"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "562397",
"planName": "EV_OEM_MT-1446_00",
"cugEnabled": "false",
"planDescription": "Inventory plan",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "31/05/2021 01:35:33",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "20",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "30115135640",
"planName": "IP_OEM_allRule_prepaid",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 04:20:38",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "3",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135646",
"planName": "IP_OEM_validityRule_Prepaid",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 06:41:23",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "3",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135191",
"planName": "Inventoryplan-sample1",
"cugEnabled": "false",
"planDescription": "Inventoryplan - postpaid",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "11/11/2020 03:27:14",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "10",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135192",
"planName": "Inventorypostpaidplan_sample1",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "11/11/2020 02:47:57",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "10",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "30115135429",
"planName": "OEM_srh_Ivnentory1",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "03/12/2020 04:42:04",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "561513",
"planName": "Plan_Inventory_Report_pre",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "26/04/2021 07:04:09",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "562479",
"planName": "evlass_OEM_MT1439",
"cugEnabled": "false",
"planDescription": "Inventory plan",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "07/06/2021 05:10:32",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "2",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Year"
}
]
},
{
"basicInfo": {
"planId": "30115135232",
"planName": "evlassis_pre_inventory_001",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "13/11/2020 01:41:43",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135264",
"planName": "evlassis_pre_inventory_plan",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "16/11/2020 04:22:27",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "30115135612",
"planName": "inventoryplan_allrules",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "16/12/2020 01:21:43",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "2",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "562513",
"planName": "no_nxtstst",
"cugEnabled": "false",
"planDescription": "test plan via API",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "09/06/2021 02:25:09",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "2",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "30115135482",
"planName": "oemInventoryWO_NSR",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "07/12/2020 02:45:20",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
}
},
{
"basicInfo": {
"planId": "30115135559",
"planName": "oem_srh_prepaidinv1",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "11/12/2020 04:47:39",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Year"
}
]
},
{
"basicInfo": {
"planId": "30115135634",
"planName": "oem_srh_prepaidinv_1year",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 03:29:31",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Year"
},
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "30115135649",
"planName": "oem_srhinv_prepaid3",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 07:12:01",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135643",
"planName": "om_420_oem_ipl1_ be",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "18/12/2020 07:49:16",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "30115135554",
"planName": "om_420_oem_pripl_1years",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "17/12/2020 05:07:20",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Year"
}
]
},
{
"basicInfo": {
"planId": "30115135553",
"planName": "om_420_oem_pripl_3month",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "10/12/2020 12:06:59",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "3",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
},
{
"basicInfo": {
"planId": "30115135555",
"planName": "om_420_oem_pripl_45days",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "17/12/2020 05:53:56",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
},
{
"ruleId": "1",
"factor": "45",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "561370",
"planName": "os_inventory",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "07/04/2021 01:45:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "1",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Day"
}
]
},
{
"basicInfo": {
"planId": "30115135279",
"planName": "pre_intry",
"cugEnabled": "false",
"planDescription": "PREPAID INTRY PLAN",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "16/11/2020 20:55:29",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "3",
"nextState": "2",
"ruleName": "Usage under Base Plan Coverage"
}
]
},
{
"basicInfo": {
"planId": "30115135584",
"planName": "pripl_Inventoryplan_3months",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"planCategory": "INVENTORY",
"planAmount": "0",
"planEffectiveDate": "13/12/2020 23:57:58",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "1",
"productName": "PREPAID",
"planTypeName": "Prepaid",
"createdBy": "100000",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "1",
"saleTypeName": "Wholesale"
},
"nextPlanRules": [
{
"ruleId": "1",
"factor": "3",
"nextState": "2",
"ruleName": "Validity",
"frequencyName": "Month"
}
]
}
],
"totalCount": "25"
}
}
}
Query Rate Plan - Success - {Addon plan with counter}
{
"Response": {
"responseId": "10398324243200853",
"responseTimestamp": "07/01/2025 03:55:08",
"resultCode": "0",
"resultParam": {
"resultCode": "1056",
"resultDescription": "Query rate plan success"
},
"responseParam": {
"plan": [
{
"basicInfo": {
"planId": "DEFAULTPOST42364402",
"planName": "DEFAULT POSTPAID PLAN",
"cugEnabled": "false",
"planDescription": "DEFAULT POSTPAID PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "22/10/2024 15:02:13",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70511",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_70511",
"profileName": "DEFAULT",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2",
"accessVarientId": "5|4",
"ratType": "06",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "DEFAULTPRE42364402",
"planName": "DEFAULT PREPAID PLAN",
"cugEnabled": "false",
"planDescription": "DEFAULT PREPAID PLAN",
"planType": "0",
"serviceId": "5|2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "22/10/2024 08:08:19",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "3",
"productName": "PREPAID",
"serviceIdName": "NB-IOT|DATA",
"planTypeName": "Prepaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70511"
},
"serviceProfile": {
"profileId": "SP_70511",
"profileName": "DEFAULT",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2",
"accessVarientId": "5|4",
"ratType": "06",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795084",
"planName": "MT-7326 Plan",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "29/12/2024 13:57:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "3",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "2"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795025",
"planName": "Plan_addon34",
"cugEnabled": "false",
"planDescription": "",
"planType": "0",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "24/12/2024 02:52:26",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "3",
"productName": "PREPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Prepaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Monthly_0_CE_USAGE_VOLUME_4_5_874",
"counterName": "Monthly_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2000",
"benefitName": "NB-IOT",
"unitType": "Mb",
"benefit": "20",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "-1",
"activatedBy": "1"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "788793",
"planName": "SIXDEE_ADDON",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "150",
"planEffectiveDate": "03/01/2025 07:45:07",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1.5",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1.5"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
},
{
"benefitId": "5001",
"benefitName": "LTE-M",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
},
{
"benefitId": "2001",
"benefitName": "NB-IOT",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
},
{
"benefitId": "4",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "2",
"type": "COUNT"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795068",
"planName": "basewidnbiot",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "27/12/2024 01:38:24",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70511",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_70511",
"profileName": "DEFAULT",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2",
"accessVarientId": "5|4",
"ratType": "06",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711",
"counterName": "Daily_NB-IoT",
"limit": "3145728",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2001",
"benefitName": "NB-IOT",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795069",
"planName": "basewithc",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "27/12/2024 01:51:15",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70511",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_70511",
"profileName": "DEFAULT",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2",
"accessVarientId": "5|4",
"ratType": "06",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795094",
"planName": "count102",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "300",
"planEffectiveDate": "30/12/2024 08:54:31",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "3"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_207",
"counterName": "SIXDAUTO_counter_sdey",
"limit": "5120",
"unitType": "KB"
}
],
"benefits": [
{
"benefitId": "4",
"benefitName": "SMS",
"unitType": "COUNT",
"benefit": "10",
"type": "COUNT"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "1"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795093",
"planName": "counterPLAN101",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "300",
"planEffectiveDate": "30/12/2024 08:44:30",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "3"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_207",
"counterName": "SIXDAUTO_counter_sdey",
"limit": "5120",
"unitType": "KB"
}
],
"benefits": [
{
"benefitId": "5001",
"benefitName": "LTE-M",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "1"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795035",
"planName": "counterlteem",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "300",
"planEffectiveDate": "24/12/2024 07:59:17",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "3"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_408",
"counterName": "SIXDAUTO_counter_jtto",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2001",
"benefitName": "NB-IOT",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "1"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795027",
"planName": "counterltem",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "300",
"planEffectiveDate": "24/12/2024 07:08:50",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "3"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711",
"counterName": "Daily_NB-IoT",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2001",
"benefitName": "NB-IOT",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "1"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795038",
"planName": "counternbiot",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "300",
"planEffectiveDate": "24/12/2024 08:17:35",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "3"
}
],
"counterInfo": [
{
"counterId": "C_Weekly_1_CE_USAGE_NBIOT_VOLUME_5_5_116",
"counterName": "exampleett",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2001",
"benefitName": "NB-IOT",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "1"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795264",
"planName": "newplan_99",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "03/01/2025 08:26:13",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711",
"counterName": "Daily_NB-IoT",
"limit": "15728640",
"unitType": "MB"
},
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795072",
"planName": "plan_100",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "27/12/2024 03:06:11",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "1"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "1285"
}
]
},
{
"basicInfo": {
"planId": "794973",
"planName": "plan_11",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "23/12/2024 12:39:00",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Monthly_1_CE_USAGE_NBIOT_VOLUME_5_5_913",
"counterName": "Monthly_NB-IoT",
"limit": "1048576",
"unitType": "MB"
},
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "1048576",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795361",
"planName": "plan_5",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "1000",
"planEffectiveDate": "06/01/2025 10:02:11",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "10",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "10"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "4194304",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795085",
"planName": "plan_501",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "03/01/2025 07:37:29",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
},
{
"counterId": "C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711",
"counterName": "Daily_NB-IoT",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2001",
"benefitName": "NB-IOT",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"activatedBy": "1"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795086",
"planName": "plan_5322",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "29/12/2024 17:54:59",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "10485760",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "2",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "2"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795087",
"planName": "plan_7330",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "29/12/2024 18:15:23",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "52428800",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "60",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "3",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "2"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795359",
"planName": "plan_8",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "06/01/2025 09:51:39",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "794668",
"planName": "plan_addon",
"cugEnabled": "false",
"planDescription": "Postpaid ADDON PLAN",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "300",
"planEffectiveDate": "03/12/2024 16:24:53",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "3",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "3"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "2",
"occurrences": "10000",
"activatedBy": "0"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "1"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795366",
"planName": "plan_d",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "06/01/2025 11:05:00",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795096",
"planName": "plan_usecase3",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "30/12/2024 12:05:43",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "true",
"reSubscriptionRule": "1",
"occurrences": "2",
"activatedBy": "1"
},
"validity": {
"validityType": "1",
"validityTypeName": "Daily",
"validityFactor": "7"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795067",
"planName": "plan_wid_nbiot",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "200",
"planEffectiveDate": "26/12/2024 15:21:32",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "2",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "2"
}
],
"benefits": [
{
"benefitId": "2001",
"benefitName": "NB-IOT",
"unitType": "Mb",
"benefit": "2",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "1287"
}
]
},
{
"basicInfo": {
"planId": "795023",
"planName": "planwidcounter",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "27/12/2024 02:01:48",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70511",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_70511",
"profileName": "DEFAULT",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2",
"accessVarientId": "5|4",
"ratType": "06",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_NBIOT_VOLUME_5_5_711",
"counterName": "Daily_NB-IoT",
"limit": "5242880",
"unitType": "MB"
},
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795070",
"planName": "planwidltem",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2",
"planCategory": "NORMAL",
"planAmount": "0",
"planEffectiveDate": "27/12/2024 02:05:23",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "0",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70511",
"prorate": "false"
},
"serviceProfile": {
"profileId": "SP_70511",
"profileName": "DEFAULT",
"serviceCategory": "0",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2",
"accessVarientId": "5|4",
"ratType": "06",
"feature": [
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
}
]
},
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_339",
"counterName": "SIXDAUTO_counter_ofvb",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "56665",
"benefitName": "ben_n_test",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795066",
"planName": "planwidusage",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "26/12/2024 15:18:11",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "4194304",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795071",
"planName": "planwithout_C",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "27/12/2024 02:27:17",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "5001",
"benefitName": "LTE-M",
"unitType": "Mb",
"benefit": "5",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
},
{
"basicInfo": {
"planId": "795077",
"planName": "planwithoutcounter",
"cugEnabled": "false",
"planDescription": "",
"planType": "1",
"creditLimit": "UNLIMITED",
"serviceId": "5|2|9|6",
"planCategory": "ADDON",
"planAmount": "100",
"planEffectiveDate": "27/12/2024 10:50:06",
"planExpiryDate": "31/12/2099 00:00:00",
"productId": "4",
"productName": "POSTPAID",
"serviceIdName": "NB-IOT|DATA|SMS|LTE-M",
"planTypeName": "Postpaid",
"createdBy": "42364402",
"networkTypeName": "GSM",
"networkTypeId": "1",
"currency": "44",
"revertedPlanAmount": "1",
"status": "Active",
"currencyMainUnitId": "4",
"currencyMainUnitSymbol": "EUR",
"saleTypeId": "0",
"saleTypeName": "Retail",
"destGroupId": "120186",
"destGroupName": "DEFAULT",
"profileId": "SP_70514",
"addOnPriority": "1"
},
"serviceProfile": {
"profileId": "SP_70514",
"profileName": "SERVICE_ADDON",
"serviceCategory": "1",
"networkTypeId": "1",
"createdBy": "42364402",
"service": "5|2|9|6",
"accessVarientId": "5|4|3|2|6",
"ratType": "06",
"feature": [
{
"featureId": "2",
"featureName": "SMS_MT",
"columnName": "IsSmsMTAllowed",
"featureHLRName": "SMS_MT",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSmsMTAllowed=true|OutgoingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "3",
"featureName": "DATA",
"columnName": "IsGPRSAllowed",
"featureHLRName": "DATA",
"type": "M",
"defaultFeatures": "IsGPRSAllowed=true|IsRoamingDataAllowed=true",
"value": "true"
},
{
"featureId": "14",
"featureName": "LTE-M",
"columnName": "IsLTEMAllowed",
"featureHLRName": "RADIO_ACCESS_LTEM",
"type": "M",
"defaultFeatures": "IsLTEMAllowed=true",
"value": "true"
},
{
"featureId": "11",
"featureName": "BLOCK_DATA_ROAMING",
"columnName": "IsRoamingDataAllowed",
"featureHLRName": "BLOCK_DATA_ROAMING",
"type": "M",
"value": "false"
},
{
"featureId": "1",
"featureName": "SMS_MO",
"columnName": "IsSMSAllowed",
"featureHLRName": "SMS_MO",
"type": "M",
"defaultFeatures": "IsSmsSTDAllowed=true|IsSmsISDAllowed=true|IsSMSAllowed=true|IncomingSMSAllowedInIntlRoaming=true|IsInternationalRoaming=true",
"value": "true"
},
{
"featureId": "13",
"featureName": "NB-IOT",
"columnName": "IsNBIOT",
"featureHLRName": "RADIO_ACCESS_NB_IOT",
"type": "M",
"defaultFeatures": "IsNBIOT=true",
"value": "true"
},
{
"featureId": "5",
"featureName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"columnName": "IncomingSMSAllowedInIntlRoaming",
"featureHLRName": "BLOCK_INTERNATIONAL_ROAMING_SMS",
"type": "M",
"defaultFeatures": "OutgoingSMSAllowedInIntlRoaming=true",
"value": "false"
}
]
},
"chargeInfo": [
{
"amount": "1"
}
],
"counterInfo": [
{
"counterId": "C_Daily_1_CE_USAGE_VOLUME_4_5_108",
"counterName": "Daily_DATA",
"limit": "5242880",
"unitType": "MB"
}
],
"benefits": [
{
"benefitId": "2",
"benefitName": "DATA",
"unitType": "Mb",
"benefit": "10",
"type": "VOLUME"
}
],
"subscription": {
"reSubscription": "false",
"activatedBy": "0"
},
"validity": {
"validityType": "-1",
"validityTypeName": "Unlimited"
},
"rule": [
{
"id": "22"
}
]
}
],
"totalCount": "29"
}
}
}
Plan - Modify
Path: Plan / Plan - Modify
Method: POST
URL: https://sft.bics.com/api/ModifyPlan
Description
Modify Plan API will be used to modify existing plan. Any entity associated with a plan such as tariff, charge, benefit etc can be added or removed using this API. Removal of an entity and adding another entity is possible in single API.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | Yes |
Input
Input Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Request | M | Object of request details |
Input Request Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
plan | M | Object of the plan |
Input plan Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
basicInfo | M | Basic Info Object |
notification | O | List of Notification Objects |
removeNotification | O | List of Notification Objects to be removed |
Benefit | O | List of Activation Benefit Objects |
removeBenefit | O | List of Activation Benefit Objects to be removed |
charge | O | List of Charge Objects <br>Note: Addition and removal of the same charge Id is not possible in a single request |
removeCharge | O | List of Charge Objects to be removed <br>Note: Addition and removal of the same charge Id is not possible in a single request |
usageCounter | O | List of Usage Counter Objects |
removeUsageCounter | O | List of Usage Counter Objects to be removed |
tariffList | O | List of Tariff Objects |
removeTariffList | O | List of Tariff Objects to be removed |
Rule | O | List of Rule Objects |
removeRule | O | List of Rule Objects to be removed |
nextPlanRules | O | List of Next Plan Rule Objects (Only for Test and Inventory Plans) |
removeNextPlanRules | O | List of Next Plan Rule Object to be removed (Only for Test and Inventory Plans) |
createDynamicBenefitsDetails | O | List of Dynamic Benefits Objects |
modifyDynamicBenefitsDetails | O | List of Dynamic Benefits Modify |
deleteDynamicBenefitsList | O | List of Dynamic Benefits Objects delete/remove |
attachDynamicBenefitsList | O | List of Dynamic Benefits Objectes attach |
detachDynamicBenefitsList | O | List of Dynamic Benefits Objects detach |
INPUT BASICINFO PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
planId | M | Plan Id |
planName | M | Plan Name |
planDescription | O | Plan Description |
planStatus | O | Plan Status <br>InActive <br>Active |
addOnPriority | O | Priority for Addon Plans |
activatedBy | O | If Plan is addon <br>0 - Activation on subscription <br>1 - Activation on usage |
prorate | O | Flag to indicate whether monthly recurring charges and benefits of a postpaid Base Plan should be prorated in the first month <br>Accepted values : true/false <br>Default value would be “false” if nothing is provided <br>Note: Monthly minimum fee charge configuration is not allowed if Prorate is enabled |
Input notification Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
notificationId | CM | notificationId. You can fetch the list of possible IDs using "Get Query Rate Plan" |
notificationType | M | Notification Type ID. You can fetch the list of possible IDs using "GET Notification" API. |
thresholdType | CM | Type of Threshold. Mandatory for threshold-based Notifications. <br>- fixed <br>- slab |
thresholdValue | CM | Threshold Value. Mandatory for threshold-based Notifications <br>For thresholdType as Fixed - thresholdValue supports free text <br>For thresholdType as Slab : <br>C01 - 50%-75% <br>C02 - 76%-95% <br>C03 - 96%-99% <br>C04 - 100% |
messages | O | List of Message Object |
recipients | O | List of recipients object |
Input removeNotification Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
notificationType | M | Notification Type |
notificationId | M | notificationId |
Input messages Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
channel | O | Channel in which message has to deliver. <br>1 – SMS (Available for Enterprises) <br>3 – Email (Available for Enterprises/Reseller) <br>Note: Email channel is to be selected for Reseller level plans and SMS channel for Enterprise level |
message | O | Message Template in the selected language Note: For Reseller, the characters limit for Mail channel is 1000 and for Enterprise SMS channel limit is 200. |
Message supported Identifiers
Value | Parameter |
|---|---|
33 | Endpoint ID |
34 | Endpoint Name |
35 | Own Account Id - Enterprise level |
36 | Own Account Name - Enterprise level |
37 | Child Account Id - Reseller level |
38 | Child Account Name - Reseller level |
39 | Endpoint Previous Status - Enterprise level <br>Available only for the notification type "Endpoint and SIM Status Change" |
40 | Endpoint Current Status - Enterprise level <br>Available only for the notification type "Endpoint and SIM Status Change" |
41 | SIM Previous Status - Enterprise level <br>Available only for the notification type "Endpoint and SIM Status Change" |
42 | SIM Current Status - Enterprise level <br>Available only for the notification type "Endpoint and SIM Status Change" |
0 | MSISDN of the SIM. Available for notificaiton created by Enteprise accounts when sim is activated. |
47 | IMSI of the sim. Available for notificaiton created by Enteprise accounts when sim is linked to endpoint. |
57 | ICCID of the sim. Available for notificaiton created by Enteprise accounts when sim is linked to endpoint. |
Input recipients Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
channel | O | Channel in which message has to be delivered <br>1 – SMS <br>3 – Email <br>4 – API |
O | Email Address(s). If multiple comma (,) and pipe ( | |
phone | O | Phone numbers. If multiple comma (,) and pipe ( |
callBackType | O | Callback type to whom it has to be delivered <br>Both the callback options need to be given as comma(,) separated. Mandatory if channel selected is API <br>0 - Own callback <br>1 - Customer callback <br>Note: "callBackType" is mandatory for Reseller level <br>Enterprise - Default will be taken as Own callback if parameter is not provided |
Message | O | Message Template in the selected language. |
Input benefit Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
benefitId | O | Benefit Id, You can fetch the list of possible id using "GetBucket" API. |
value | O | Value of benefit in least unit. |
rateZone | O | Rate Zone Id, You can fetch the list of possible id using "GetRateZone" API. |
action | O | Action to be taken if the same account has been added up again. <br>1 – Balance Overwrite |
Input removeBenefit Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
benefitId | M | Benefit Id |
Input charge Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
chargeId | O | Charge Id, You can fetch the list of possible id using "GetCharge" API. |
chargeAmount | CM | Charge Amount in lease Unit. Mandatory if any charge has been selected. |
Threshold | O | Max Threshold. Applicable only for the specific set of Charge Category. |
unitPrice | O | Unit Price. Applicable only for the specific set of Charge Category. Unit Price applicable if the count criteria reach the threshold configured. |
slabDetails | CM | List of range values. |
actionType | CM | Actions <br>(Start of charging) <br>0 Immediate <br>1 OnFirstUsage <br>For sim activation fee, SIM Management fee(Recurring) charges Action 0 and 1 are conditional mandatory. <br>(Type of charging) <br>2 TierBasePerSim <br>3 TierBasePerRage <br>4 Thershold <br>5 Normal <br>Incase of sim management fee charge Action 2,3,4 and 5 are conditional mandatory <br>SIM Management fee actionType must be comma seperated(Start of charging-0 and 1,Type of charging-2,3,4,5).If actionType 0(default) is not added explicitly then actionType is considered as Immediate along with Type of charging |
autoRenewal | O | Auto renewal flag. If true charge will be auto renewed. |
Factor | O | Validity Factor in integer. <br>Default -1 for Base <br>Default value will be used if the parameter is not present in the request <br> <br>Mandatory if Plan type is ADDON. <br>Note: Factor value should be set to 1 for all other configured charges. If Monthly minimum fee charges are configured in the plan ,by default it takes value 1 |
Frequency | O | Renewal Frequency <br>Base Plan <br>2 - Month (Default) <br>Default value will be used if the parameter is not present in the request <br> <br>Addon Plan <br>Validity is the renewal frequency for recurring AddOns or the duration for one-time AddOns <br>1 – Day <br>2 – Month <br>3 – Year <br>Mandatory if plan type is ADDON. <br>Note: Frequency value should be set to 2 - Month, if Monthly minimum fee charges is configured in the plan by default it takes value 2 |
applicableFor | CM | Value Added Feature ID from the “Value Added Feature” configuration referring to the service or feature for which the charge is applicable when activated for a SIM: <br>1 – NB-IoT access <br>2 – Data access <br>Mandatory if chargeId refers to feature based SIM management fee. |
includes | CM | Specifies the coverage unit included in the charge: <br>1 – Networks <br>Mandatory if applicableFor refers to NB-IoT access or Data Access. |
numberIncluded | CM | Specifies the number of coverage units included in the charge. <br>Integer value greater than 0. <br>Mandatory if applicableFor refers to NB-IoT access or Data Access. |
priceAboveIncluded | CM | Price applicable per SIM per coverage unit when the number of units included in the charge is exceeded. <br>Decimal value greater or equal to 0 with up to 3 decimals. <br>Mandatory if applicableFor refers to NB-IoT access or Data Access. |
setPriceAboveIncludedPerNetwork | O | Optional list to add or overwrite specific prices per network applicable per SIM per network when the number of networks included in the charge is exceeded. When set, this price is charged instead of the overall priceAboveIncluded for accessing the specific network. <br>Can only be used if applicableFor is present and refers to a “Value Added Feature” configuration of Type=”Service”. <br>Format should be an array, e.g. <br>- [ { "tadigCode": "BELTB", "categoryGroupId": "SP848", "priceAboveIncluded": "2" }, <br>{ "tadigCode": "GRCCO", "categoryGroupId": "SP848", "priceAboveIncluded": "2" } ] |
removePriceAboveIncludedPerNetwork | O | Optional list to remove specific prices per network applicable per SIM per network when the number of networks included in the charge is exceeded. When removed, the overall priceAboveIncluded is charged again for accessing the specific network. <br>Can only be used if applicableFor is present and refers to a “Value Added Feature” configuration of Type=”Service”. <br>Format should be an array, e.g. <br>- [ { "tadigCode": "BELTB", "categoryGroupId": "SP848" }, <br>{ "tadigCode": "GRCCO", "categoryGroupId": "SP848" } ] |
Input setPriceAboveIncludedPerNetwork Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
categoryGroupId | CM | ID of the supplier list containing the network in which the specified price is applicable. <br>Together with tadigCode , unique identifier of the network. <br>Mandatory if tadigCode or priceAboveIncluded is provided. |
tadigCode | CM | TADIG code of the network in which the specified price is applicable. <br>Together with categoryGroupId, unique identifier of the network. <br>Mandatory if categoryGroupId or priceAboveIncluded is provided. |
priceAboveIncluded | CM | Price (new or updated) applicable in the specified network. <br>Decimal value greater or equal to 0 with up to 3 decimals. <br>Mandatory if tadigCode or categoryGroupId is provided. |
Input removePriceAboveIncludedPerNetwork Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
categoryGroupId | CM | ID of the supplier list containing the network in which the specific price should no longer be applicable. Together with tadigCode, unique identifier of the network. Mandatory if tadigCode is provided. |
tadigCode | CM | TADIG code of the network in which the specific price should no longer applicable. Together with categoryGroupId, unique identifier of the network. Mandatory if categoryGroupId is provided. |
Input Slab Details Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
startRange | CM | Strart Range |
endRange | CM | If End Range is null/empty Value will consider as infinity. |
amount | CM |
Input removeCharge Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
chargeId | M | Charge Id |
instanceId | CM | Unique instance Id for multiple enabled Onetime fee(This Id can be fetched from Query Rate Plan) |
Output Subscription Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
reSubscription | M | False <br> <br>True <br>(Can't change to Recurring to Onetime and vise vera) |
reSubscriptionRule | M | 1 for Validity Expiration <br> <br>2 for Validity Expiration OR Benefit exhaustion |
Occurrences | CM | Integer 0-9999 to define number of occurrences <br> <br>-1 to define Unlimited |
activatedBy | M | Mode of Plan Activation <br>Mandatory if plan is addon <br>0 - Activation on subscription <br>1 - Activation on usage |
Output Validity Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
validityType | M | -1 for Unlimited <br> <br>1 for Number of days <br> <br>2 for Number of months <br> <br>3 for Number of Years <br> <br>4 for Billing cycle for Postpaid <br> <br>4 for End of the Month for Prepaid |
validityFactor | CM | Mandatory for validityType 1, 2 and 3 <br> <br>Number of Days/Months/Years <br> <br>Integer 1-99999 <br> <br>Negative and zero not allowed |
Input tariffList Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
tariffId | M | Tariff Sequence Id, You can fetch the list of possible id using "GetTariff" API. |
Input removeTariffList Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
tariffId | M | Tariff Sequence Id |
Input usageCounter Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
counterId | O | Counter Id, You can fetch the list of possible counterId using "GetCounter" API. |
Value | O | Counter threshold value. Applicable only for the counters with EventType CE_USAGE. |
unitType | O | Unit Type of the Value. Mandatory only if the value is not null. <br>KB, MB, GB, BYTES |
factor | O | Factor in numbers. |
Action | O | Next PCC to be applied, You can fetch the list of possible ruleId using "GetRule" API. Action =1 for block rule <br>Action=2 for Default rule, <br>Action=5 for Throttle_512Kbps, <br>Action=6 for Throttle_384Kbps, <br>Action=7 for Throttle_256Kbps, <br>Action=8 for Throttle_218Kbps, <br>Action=257 for Throttle_1Mbps, <br>Action=259 for Throttle_2Mbps, <br>Action=261 for Throttle_5Mbps, <br>Action=263 for Throttle_10Mbps, <br>Action=265 for Throttle_20Mbps, |
Input removeUsageCounter parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
counterId | O | Counter Id |
INPUT CREATEDYNAMICBENEFITSDETAILS PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
name | M | Name of the Dynamic Benefits to create, alphanumeric value up to 50 characters length. Must be unique in current hierarchy. |
category | M | Category ID <br>1 - Pooled <br>2 – Non-Pooled |
simBenefitFee | M | Fee charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
simActivationFee | M | Fee charged at activation for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
activatedBy | M | Action triggering the charging of the fees <br>0 - Subscription <br>1 - Usage |
autoRenewal | M | Flag indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time. <br> <br>Recurring if set to true. |
factor | M | Factor multiplying the Validity. Numeric value. |
validity | M | Validity <br>2 – Month <br>3 – Year |
benefitList | M | Object of benefits details. |
INPUT BENEFITLIST PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
benefit | M | Benefit type <br>1 – DATA <br>2 – NB-IOT |
ratezone | M | Ratezone ID |
value | M | Amount of benefit given. Depending on the selection of the Benefit: DATA → “MB”. Numeric value with a length up to 10 digits, max. 3 decimals (e.g. 0.123 or 1234567890), cannot be 0. |
overageTariff | O | Tariff to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. Optional, if not provided fallback on Base Plan tariff. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
INPUT MODIFYDYNAMICBENEFITSDETAILS PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
dynamicBenefitsId | CM | ID identifying the Dynamic Benefits to modify. Possible IDs can be retrieved using the “QueryRatePlan“ API to query this Base Plan for level 1 Dynamic Benefits. |
name | CM | Name of the Dynamic Benefits to be modified, alphanumeric value up to 50 characters length. Must be unique in current hierarchy. |
simBenefitFee | CM | Fee to be modified which is charged on a one-time or recurring basis for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
simActivationFee | CM | Fee to be modified which is charged at activation for Endpoints subscribed to the Dynamic Benefits. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
activatedBy | CM | Action to be modified which is triggering the charging of the fees <br>0 - Subscription <br>1 - Usage |
autoRenewal | CM | Flag to be modified which is indicating whether the Dynamic Benefits are auto-renewed (recurring) or one-time. <br> <br>Recurring if set to true. <br> <br>Modification is only allowed if the Dynamic Benefits are not yet activated on any Endpoint. |
factor | CM | Factor to be modified which is multiplying the Validity. Numeric value. <br> <br>Modification is only allowed if the Dynamic Benefits are not yet activated on any Endpoint. |
validity | CM | Validity to be modified <br>2 – Month <br>3 – Year <br> <br>Modification is only allowed if the Dynamic Benefits are not yet activated on any Endpoint. |
modifyBenefitList | CM | Object of benefits details to be modified. |
addBenefitList | CM | Object of benefits details to be added. |
deleteBenefitList | CM | Object of benefits details to be remove/delete. |
INPUT modifyBENEFITLIST PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
benefit | M | Benefit type <br>1 – DATA <br>2 – NB-IOT |
ratezone | M | Ratezone ID |
value | CM | Amount of benefit given to be modified. Depending on the selection of the Benefit: DATA → “MB”. Numeric value with a length up to 10 digits, max. 3 decimals (e.g. 0.123 or 1234567890), cannot be 0. |
overageTariff | CM | Tariff to be modified which is to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. Optional, if not provided fallback on Base Plan tariff. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
INPUT deleteBenefitList PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
benefit | M | Benefit type <br>1 – DATA <br>2 – NB-IOT |
ratezone | M | Ratezone ID |
INPUT addBenefitList PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
benefit | M | Benefit type <br>1 – DATA <br>2 – NB-IOT |
ratezone | M | Ratezone ID |
value | M | Amount of benefit given to be modified. Depending on the selection of the Benefit: DATA → “MB”. Numeric value with a length up to 10 digits, max. 3 decimals (e.g. 0.123 or 1234567890), cannot be 0. |
overageTariff | O | Tariff to be modified which is to be charged in this Ratezone after exhaustion of the benefit. Depending on the selection of the Benefit: DATA → “per MB”. Optional, if not provided fallback on Base Plan tariff. Numeric value with a length up to 10 digits (e.g. 0.12345678 or 1234567890), can be 0. |
INPUT DELETEDYNAMICBENEFITSLIST PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
dynamicBenefitsId | M | ID of the Dynamic Benefits to delete. Possible IDs can be retrieved using the “QueryRatePlan“ API to query this Base Plan for level 1 Dynamic Benefits. |
INPUT ATTACHDYNAMICBENEFITSLIST PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
dynamicBenefitsId | M | ID of the Dynamic Benefits to attach. Possible IDs can be retrieved using the “GetCustomerProfile“ API to query the own account. |
INPUT DETACHDYNAMICBENEFITSLIST PARAMETERS
Field | Optional/ Mandatory | Description |
|---|---|---|
dynamicBenefitsId | M | ID of the Dynamic Benefits to detach. Possible IDs can be retrieved using the “QueryRatePlan“ API to query this Base Plan for level 2 Dynamic Benefits. |
Input rule Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
id | O | PCRF Rule Id, You can fetch the list of possible ruleId using "GetRule" API. |
Input removeRule parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
id | M | PCRF Rule Id |
Input nextPlanRules Parameters
Available only for Test And Inventory type of plans.
Field | Optional/ Mandatory | Description |
|---|---|---|
ruleId | O | Rules assigned to TEST and INVENTORY plans <br>1 - Validity (Test and Inventory plan) <br>2 - Benefit Exhaustion (Test plan only) <br>3 - Usage under Base Plan Coverage (Test and Inventory plan) |
frequency | O | Required only for Validity (ruleId 1). To provide the Validity <br>1 - Day <br>2 - Month <br>3 - Year |
factor | O | Required only for Validity (ruleId 1). To provide the amount of Validity (number of Days/Months/Years) |
benefitId | O | Required only for Validity (ruleId 2).To give benefitId for the rule <br>0 - SMS <br>1 - DATA <br>2 - NB-IOT |
Input removeNextPlanRules Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
ruleId | M | Rules assigned to TEST and INVENTORY plans <br>1 - Validity <br>2 - Benefit Exhaustion (Attached only for TEST plans) <br>3 - Usage under Base Plan Coverage |
Note: Modifying the benefits and state transition rule under OEM plans will be cascaded to the down hierarchy immediately.
Benefits:
at Reseller level, the child- Default Test Plans will reflect new configuration of Benefits
at Enterprise level, the child- Default Test Plans will reflect new configuration of Benefits
at Endpoint level,
Endpoints already created will retain the old benefits configuration
newly created Endpoints will adopt the new configuration of Benefits
State transition rule:
at Reseller level, the child- Default Test Plans will reflect new configuration of State Transition Rules
at Enterprise level, the child- Default Test Plans will reflect new configuration of State Transition Rules
at Endpoint level,
the rules that govern the OEM State change will be immediately updated and applied on all Endpoints
validity rule will depend on the next scheduler run.
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time. <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code. |
resultDescription | M | Status/Error Description. |
Output responseParam Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
totalCount | O | Count of Service Profile |
serviceProfileList | O | List of Service Profile Object. |
Output serviceProfileList Parameters
Field | Optional/Mandatory | Description |
|---|---|---|
profileId | O | Profile Id. Auto generated Unique Id in the system |
profileName | O | Service Profile Name |
serviceName | O | Service Name(s). Services included in the Service Profile. |
ratTypeName | O | RAT Type Name |
Result Codes
Result Codes | Description | Next Steps |
|---|---|---|
5002 | Modify plan success | |
5003 | Modify plan failure | |
10110 | Operation failed - Multiple instances of fee type {} are not allowed | |
10119 | Benefit rule configuration missing. Please add benefit rule configuration - BenefitId | |
10002 | Insufficient privilege | |
10198 | Notification message length has been exceeded | |
10227 | ModifyPlan not possible as subscription OR validity unlimited" | |
10239 | Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not. | |
10240 | Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not. | |
80009 | Atleast one tariff to be attached - tariffId |
Note: OEM plans modification is not supported for Reseller and Enterprise
Headers
Header | Value |
|---|---|
|
|
|
|
|
|
Request Body
{
"Request":{
"plan":{
"basicInfo":{
"planId":"30115133087",
"planDescription":"New Plan Description",
"planStatus":"Active"
},
"notification":[
{
"notificationType":"106",
"messages":[
{
"channel":"3",
"language":"1",
"message":" New Notification Message"
}
],
"recipients":[
{
"channel":"3",
"language":"1",
"message":" Dear Recipient, New Notification Message.",
"email":"abc@xyz.com"
}
]
}
],
"removeNotification":[
{
"notificationType":"106"
}
],
"tariffList":[
{
"tariffId":"12730"
}
],
"removeTariffList":[
{
"tariffId":"12734"
}
],
"charge":[
{
"chargeId":"1",
"chargeAmount":"10"
},
{
"chargeId":"9",
"factor":"1",
"frequency":"2",
"autoRenewal":"true",
"chargeAmount":"1",
"threshold":"",
"unitPrice":"",
"slabDetails": [
{
"startRange": "0",
"endRange": "104",
"amount": "120"
},
{
"startRange": "105",
"endRange": "",
"amount": "150"
}
]
}
],
"removeCharge":[
{
"chargeId":"9"
}
],
"benefit":[
{
"benefitId":"1991",
"value":"10",
"action":"0",
"rateZone":"5093"
}
],
"removeBenefit":[
{
"benefitId":"1992"
}
],
"usageCounter":[
{
"counterId":"C_Daily_0_CE_USAGE_VOLUME_4_5_191",
"value":"10",
"action":"1",
"unit":"MB",
"factor":"1"
}
],
"removeUsageCounter":[
{
"counterId":"C_Daily_0_CE_USAGE_VOLUME_4_5_191"
}
],
"createDynamicBenefitsDetails": [
{
"name": "My MDB",
"category": "2",
"simBenefitFee": "5",
"simActivationFee": "1",
"activatedBy": "0",
"autoRenewal": "true",
"validity": "2",
"benefitList": [
{
"benefit": "1",
"ratezone": "123",
"value": "20",
"overageTariff": "1"
},
{
"benefit": "1",
"ratezone": "456",
"value": "10",
"overageTariff": "0.5"
}
]
}
],
"modifyDynamicBenefitsDetails": [
{
"dynamicBenefitsId": "2250",
"name": "My MDB23456",
"simBenefitFee": "5",
"simActivationFee": "1",
"activatedBy": "0",
"autoRenewal": "true",
"validity": "2",
"modifyBenefitList": [
{
"benefit": "1",
"ratezone": "3356",
"value": "20",
"overageTariff": "1"
}
],
"addBenefitList": [
{
"benefit": "1",
"ratezone": "3356",
"value": "20",
"overageTariff": "1"
}
],
"deleteBenefitList": [
{
"benefit": "1",
"ratezone": "3356",
"value": "20",
"overageTariff": "1"
}
]
}
],
"deleteDynamicBenefitsList": [
{
"dynamicBenefitsId": "522"
}
],
"attachDynamicBenefitsList": [
{
"dynamicBenefitsId": "530"
}
],
"detachDynamicBenefitsList": [
{
"dynamicBenefitsId": "599"
}
],
"rule":[
{
"id":"1"
}
],
"removeRule":[
{
"id":"1"
}
]
}
}
}
Response Examples
Modify Plan - Success - {Plan Description} — 200 — OK
{
"Response": {
"responseId": "46678881924699652",
"responseTimestamp": "13/05/2020 12:25:40",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - Success - {Addon Plan} — 200 — OK
{
"Response": {
"responseId": "46678881924699652",
"responseTimestamp": "13/05/2020 12:25:40",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - Success - {Remove existing benefit from plan and adding new benefit} — 200 — OK
{
"Response": {
"responseId": "46679102592531294",
"responseTimestamp": "13/05/2020 12:29:20",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - Success - {All Parameters} — 200 — OK
{
"Response": {
"responseId": "46679488471099045",
"responseTimestamp": "13/05/2020 12:35:46",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - Success - {Add counter to the addon plan} — 200 — OK
{
"Response": {
"responseId": "46679488471099045",
"responseTimestamp": "13/05/2020 12:35:46",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - Success - {Remove traffic policy parameter from the plan} — 200 — OK
{
"Response": {
"responseId": "46679488471099045",
"responseTimestamp": "13/05/2020 12:35:46",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - Failure {Adding charge for multiple onetime fee}
{
"Response": {
"responseId": "587049727281458",
"responseTimestamp": "08/03/2021 10:33:35",
"resultCode": "1",
"resultParam": {
"resultCode": "10110",
"resultDescription": "Operation failed - Multiple instances of fee type SFT- Setup Fee- Branded portal are not allowed"
}
}
}
Modify Plan - Success {Adding next plan rules,benefit to TEST plan having no rules,benefit}
{
"Response": {
"responseId": "46679488471078654",
"responseTimestamp": "26/05/2021 12:35:46",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - Failure {Adding SMS benefit to plan having DATA benefit and DATA exhaustion rule}
{
"Response": {
"responseId": "4230697476388976",
"responseTimestamp": "26/05/2021 15:12:21",
"resultCode": "1",
"resultParam": {
"resultCode": "10119",
"resultDescription": "Benefit rule configuration missing. Please add benefit rule configuration - BenefitId"
}
}
}
Modify Plan - Success {TEST plan Remove benefit and Next plan rules}
{
"Response": {
"responseId": "46679488471055643",
"responseTimestamp": "26/05/2021 12:35:46",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - Failure {Modifying TEST/INVENTORY plans in Reseller/Enterprise level}
{
"Response": {
"responseId": "4230931859192133",
"responseTimestamp": "26/05/2021 16:16:15",
"resultCode": "1",
"resultParam": {
"resultCode": "10002",
"resultDescription": "Insufficient privilege"
}
}
}
Modify Plan - Success {Adding Next plan rules for Inventory plan}
No response body provided.
Modify Plan - Failure {Notification message exceeds the limit}
{
"Response": {
"responseId": "5533772492936981",
"responseTimestamp": "13/12/2022 11:37:39",
"resultCode": "1",
"resultParam": {
"resultCode": "10198",
"resultDescription": "Notification message length has been exceeded"
}
}
}
Modify Plan - {Notification }
{
"Response": {
"responseId": "46678881924699652",
"responseTimestamp": "13/05/2020 12:25:40",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Modify Plan - {Remove Notification }
{
"Response": {
"responseId": "46678881924699652",
"responseTimestamp": "13/05/2020 12:25:40",
"resultCode": "0",
"resultParam": {
"resultCode": "5002",
"resultDescription": "Modify plan success"
}
}
}
Plan - Delete [New version]
Path: Plan / Plan - Delete [New version]
Method: POST
URL: https://sft.bics.com/api/DeleteRatePlan
Description
Delete Plan API will be used to delete existing plan.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | Yes |
Input
Input Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Request | M | Object of request details |
Input Request Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
plan | M | Object of plan details |
Input requestParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
planId | M | Plan Id |
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Result Codes
Result Codes | Description | |
|---|---|---|
5064 | Delete plan success | |
5065 | Delete plan failure | |
5067 | Plan deletion failed. Subscriber exists for the plan | Delete the subscriber which is attached to same plan and then re-run the delete plan. |
5019 | Plan does not exist | |
10239 | Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not. | |
10240 | Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not. |
Headers
Header | Value |
|---|---|
|
|
|
|
|
|
Request Body
{
"Request":{
"plan":{
"basicInfo": {
"planId":"30115133096"
}
}
}
}
Response Examples
Delete Plan - Success — 200 — OK
{
"Response": {
"responseId": "46679663910017253",
"responseTimestamp": "13/05/2020 12:38:42",
"resultCode": "0",
"resultParam": {
"resultCode": "5064",
"resultDescription": "Delete plan success"
}
}
}
Delete Plan - Failure
{
"Response": {
"responseId": "10147764526003929674",
"responseTimestamp": "26/05/2020 01:59:44",
"resultCode": "1",
"resultParam": {
"resultCode": "5065",
"resultDescription": "Delete plan failure"
}
}
}
Delete Plan - Failure - {Plan deletion failed. subscriber exists for the plan}
{
"Response": {
"responseId": "46679696897562817",
"responseTimestamp": "13/05/2020 12:39:15",
"resultCode": "1",
"resultParam": {
"resultCode": "5067",
"resultDescription": "Plan deletion failed.Subscriber exists for the plan"
}
}
}
Plan - Delete [To be deprecated]
Path: Plan / Plan - Delete [To be deprecated]
Method: POST
URL: https://sft.bics.com/api/DeletePlan
WARNING
This version will be deprecated and discontinued in the next release - 26.2
Description
Delete Plan API will be used to delete existing plan.
Account Access
Account Type | Access | Comments |
|---|---|---|
Reseller | Yes | |
Enterprise | Yes |
Input
Input Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Request | M | Object of request details |
Input Request Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
requestParam | M | Object of plan details |
Input requestParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
planId | M | Plan Id |
Output
Output Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
Response | M | Object of response details |
Output Response Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Result code <br>0 – Success <br>1 – Failure |
responseId | M | Response Transaction ID |
responseTimestamp | M | Response initiated time <br>Format: dd/mm/yyyy hh:mm:ss |
resultParam | M | Object of transaction result |
Output resultParam Parameters
Field | Optional/ Mandatory | Description |
|---|---|---|
resultCode | M | Status/Error Code |
resultDescription | M | Status/Error Description |
Result Codes
Result Codes | Description | |
|---|---|---|
5064 | Delete plan success | |
5065 | Delete plan failure | |
5067 | Plan deletion failed. Subscriber exists for the plan | Delete the subscriber which is attached to same plan and then re-run the delete plan. |
5019 | Plan does not exist | |
10239 | Operation has failure. Request has been received and it has failed. Please verify the request has been completed successfully or not. | |
10240 | Operation has Time out. Request has been received and it has timeout. Please verify the request has been completed successfully or not. |
Headers
Header | Value |
|---|---|
|
|
|
|
|
|
Request Body
{
"Request":{
"requestParam":{
"planId":"30115133025"
}
}
}
Response Examples
Delete Plan - Failure - {Plan deletion failed. subscriber exists for the plan}
{
"Response": {
"responseId": "46679696897562817",
"responseTimestamp": "13/05/2020 12:39:15",
"resultCode": "1",
"resultParam": {
"resultCode": "5067",
"resultDescription": "Plan deletion failed.Subscriber exists for the plan"
}
}
}
Delete Plan - Failure
{
"Response": {
"responseId": "10147764526003929674",
"responseTimestamp": "26/05/2020 01:59:44",
"resultCode": "1",
"resultParam": {
"resultCode": "5065",
"resultDescription": "Delete plan failure"
}
}
}
Delete Plan - Success — 200 — OK
{
"Response": {
"responseId": "46679663910017253",
"responseTimestamp": "13/05/2020 12:38:42",
"resultCode": "0",
"resultParam": {
"resultCode": "5064",
"resultDescription": "Delete plan success"
}
}
}