#jahndis - Subscriptions
1 messages · Page 1 of 1 (latest)
Hello! Yep, that's correct.
More than one would conflict with each other.
A single Subscription Schedule can have multiple phases though.
Can you describe your use case/why you want multiple Schedules?
I was looking to see if it would be a good way to do a pending update to a subscription. i.e. we want to have the quantity of a subscription indicate the max-purchased users for the billing period, but at the end of the billing period, auto-adjust the subscription quantity to the current active users
sorry we don't necessarily want multiple schedules. was just making sure I was understanding the API correctly 😄
Oh, I see, so you want the quantity to be, say, 100 (max) and then adjust it down to the actual count, like 42 (real) just before the period ends?
right
Yep, you should be able to do that with a Subscription Schedule!
awesome! thanks so much!
Happy to help!
one follow up question:
It looks like you cannot modify the start date for the current phase of an active SubscriptionSchedule, but the API requires that one of the phases have a start date specified.
What would be the recommended approach for updating a single-phase SubscriptionSchedule? Release the old schedule, and then apply the new one?
You could do that, or you can specify the same start date value the current phase already has.
ah that did work after all. thanks!