- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-22-2018
11:22 PM
10-22-2018
11:22 PM
Create Subscription using REST CRUD API
Hi
I am trying to find the Rest CRUD api for creating subscriptions.
The only thing I could find is the POST CREATE SUBSCRIPTION. I cannot find the documentation for POST CREATE CRUD SUBSCRIPTION.
Is it not possible to create subscription using the CRUD mode ?
Sanket
1 REPLY 1
Highlighted
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-27-2018
01:48 AM
10-27-2018
01:48 AM
Re: Create Subscription using REST CRUD API
Hi @sanketpattekar,
That's a good question. Subscriptions are a bit of an exception: instead of CRUD for creating a subscription, there is the Subscribe action:
https://www.zuora.com/developer/api-reference/#operation/Action_POSTsubscribe
Does this help?
By the way, is there a reason that Create subscription (the recommended way to create subscriptions) doesn't fit your use case?