packageList
After selecting a country, get all the avaiable data packages that covers this country. The country coverage can be configured in FMS portal. Actual covering countries are not necessarily the same as the country list. For example, a global data package that actually covers 67 countries, through configuration in FMS portal, this data package can only be seen under 3 countries. Refer to package/packageList for detail.
request
{
"countryCode": 460,
"isoCountryName": "China",
"languageId": "string",
"pageNum": 0,
"pageSize": 0,
"partnerCode": "P001101",
"type": 2
}
parameters
andpageNum
are not in use anymore. all the available packages are to be returned in the response.pageSize
- when
countryCode
andisoCountryName
both exist in parameters,countryCode
supercedes. type
is mandatory, the value is either1
or2
. refer to countryPackageList for meaning oftype
.