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
andpageNumare not in use anymore. all the available packages are to be returned in the response.pageSize- when
countryCodeandisoCountryNameboth exist in parameters,countryCodesupercedes. typeis mandatory, the value is either1or2. refer to countryPackageList for meaning oftype.