Get Mobile Upgrade

Get Mobile Upgrade

The Get Mobile Upgrade API allows to get mobile upgrade details for a specific mobile application.

Input Parameters:

Name
Required
Definition
Comments

MobileType

Y

Format: Alphanumeric, 50 Description: Contains Device Type

OrgId

Y

Format: Alphanumeric, 20 Value can be multiple org_id’s split by commas

Allow to request relevant Distributor's upgrade information (future: support Reseller

Version

Y

Format: Alphanumeric, 120 Description: Version ID

Output Parameters:

Name
Definition
Failure Case
Success Case
Comments

NewVersion

Format: Alphanumeric, 120 Description: New version ID to be install in mobile

Not returned

Returned

UpgradeDescription

Format: Alphanumeric, 300 Description: Contains list of features/changes in new version

Not returned

Returned

Returned in UpgradeDescriptions tag

UpgradeLink

Format: Alphanumeric, 300 Description: Contains the link to the store page containing the upgrade application to be installed

Not returned

Returned

UpgradeRequired

Format: Y, N Description: Indicates if the mobile user must do an upgrade or not

Not returned

Returned

XML Samples

Input XML

<?xml version="1.0"?>
<PraxellXMLRequest>
  <ServiceDetails>
    <UniqueRequestId>963369551</UniqueRequestId>
    <ServiceName>GetMobileUpgrade</ServiceName>
  </ServiceDetails>
  <Origin>
    <OriginType>Mobile</OriginType>
  </Origin>
  <ServiceParams>
    <OrgId>JPay</OrgId>
    <Version>13.3</Version>
  </ServiceParams>
</PraxellXMLRequest>

Last updated