Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A new operation getVendorClientId that returns a unique VendorClientId for a customer to the vendor . This operation creates a VendorClientId if one does not already exist.
  • Updated operation activateApplicationSubscription that now generates a new VendorClientId if one does not exist when activating a subscription.
  • Updated operation listApplicationSubscriptionTokens which now returns a VendorClientId for active subscriptions.
  • A new  operation getApplicationSubscriptionHistory that returns a list of all subscriptions that are associated to a customer’s VendorClientId.
  • Vendors are now able to attach some information about a customer to a subscription via a new attribute called external_ref clientReference. This reference could be a previous subscription reference or an old vendor client id used in API-6, for example.
  • Vendors can pass in the clientReference in an updated getApplicationSubscriptionToken operation.
  • Vendors can retrieve the clientReference via an updatedlistApplicationSubscriptionTokens operation and via the new getApplicationSubscrption operation.

...