From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS List Price Plan - Price Plan Management
Description
|
getXIQSPricePlanList ( [Long id_partition] , [filter f] )
Get the list of all Price Plan objects available for this partition. Each element of the list contains only the first group of Price Plan parameters. If current logged user is administrator, he can specify which partition he is interested by.
|
Parameters
|
[ Long id_partition]
Partition Id
[ filter f ]
|
Return Values
|
NOTE:
List contains the start, count and total number of Price Plan objects, that contains the following parameters
List List of Price Plan objects
Long id - Price Plan Id
String name - Price Plan Name
Long id_partition - Partition Id
Long id_operator - GSM Network Operator PLMN (MCC+MNC) code
Integer paytype - Sim Type:
0 - Prepaid
3 - Postpaid
Integer defaultplan - This Price Plan is Default Price Plan
Integer slidctrl - SLID Management Support flag
Long maxrollover - Postpaid Roll Over Minutes (months)
Long alertstep - Call threshold limit alers (%)
Long smsalertstep - SMS threshold limit alert (%)
Long callconfee - Call Processing Credit Time (seconds); Call connection fee
Long mincallcharge - Call Connection Credit Time (seconds); Minimal Call billing period
Long stepcallcharge - Call Step Credit Time (seconds); Call billing increment
Long birthday - Postpaid Calendar Day (1-31); Indicate on which day of the month that SIM cards of the given price plan get new inclusive minutes
Long smsinterdelay - Inter SMS Delay (seconds)
Long callinterdelay - Inter Call Delay (seconds)
Long randinterdelay - Random parameter for Call/SMS delay (%)
Long id_hbs - HBS Scenario Id
Long freechargetime - Free of charge time
Long areacodectl - Area code control
String disablecli -
Error Data structure ( Error Management )
Possible failure code returns *ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
|