Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

getApplicationSubscriptionHistory

List<SubscriptionHistory> getApplicationSubscriptionHistory ( String vendorClientId ) throws AccountAPINGException

Returns a list of subscriptions tokens that have been associated with the customers account.  This allows a vendor to identify if a customer has a previous subscription to their application and the status of each subscription.

Parameter nameTypeRequiredDescription

vendorClientId

applicationKey

 

String

String

 

The unique customer identifier

The unique application identifier                    

Return typeDescription
List<SubscriptionHistory>List of subscription tokens associated with the account

 

ThrowsDescription
AccountAPINGException

Generic exception that is thrown if this operation fails for any reason.

 

*Since *

  • No labels