I'm successfully able to use the GitHub code to create an ARB.
I see on my sandbox page the Subscription ID (circled in red above). Where is the Subscription ID in the controller.getresponse() object? If that's not an available field, how do I retrieve it?
05-02-2017 05:52 PM
if (response.messages.resultCode=="Ok"):
Subscription ID = response.subscriptionId
05-03-2017 09:26 AM - edited 05-03-2017 09:29 AM