We have a business case, where we would have to create multiple Subscriptions under a single Account in Zuora. Is it possible to leverage the Zuora Subscribe API via REST to do this ? By this, we can create an account/contact/subscription, in one REST call. The other option which I see is by using the CRUD appraoch (Which we are trying to avoid) 1. Create Account. 2. Create Contacts under account. 3. Set Payment Type and Change Status of Account. 4. Create Subscriptions under the Account. Please let me know if there is a work around for this case?
... View more