From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS List Transfer Plan - Transfer Plan Management
Description
|
getXIQSTransferPlanList ( [Long id_partition] , [filter f] )
Get the list of all Transfer Plan objects available for this partition. Each element of the list contains only the first group of Transfer 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 Transfer Plan objects, that contains the following parameters
List List of Transfer Plan objects
Long id - Transfer Plan Id
String name - Transfer Plan Name
String id_partition - Partition Id
String id_operator - GSM Network Operator PLMN (MCC+MNC) code
String paytype - Sim Type:
0 - Prepaid
3 - Postpaid
String defaultplan - This Transfer Plan is Default Transfer Plan
String slidctrl - SLID Management Support flag
String maxrollover - Postpaid Roll Over Minutes (months)
String alertstep - Call threshold limit alers (%)
String smsalertstep - SMS threshold limit alert (%)
String callconfee - Call Processing Credit Time (seconds); Call connection fee
String mincallcharge - Call Connection Credit Time (seconds); Minimal Call billing period
String stepcallcharge - Call Step Credit Time (seconds); Call billing increment
String 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
String smsinterdelay - Inter SMS Delay (seconds)
String callinterdelay - Inter Call Delay (seconds)
String randinterdelay - Random parameter for Call/SMS delay (%)
String id_hbs - HBS Scenario Id
Error Data structure ( Error Management )
Possible failure code returns *ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
|