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 7 Next »

Operation

getApplicationSubscriptionToken
String getApplicationSubscriptionToken#getApplicationSubscriptionToken ( int subscriptionLength ) throws AccountAPINGException

Returns the newly generated subscription token

Parameter name

Type

Required

Description

subscriptionLength

int

 

How many days the subscription should last. Open ended if value not supplied. Expiry time will be rounded up to midnight on the date of expiry.

Return type

Description

String

Subscription token

Throws

Description

AccountAPINGException

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

Since 1.0.0

  • No labels