Question on DiscountPlanSubs DELETE

For requests or help with our API
Post Reply
beacondental
Posts: 145
Joined: Wed Mar 15, 2023 8:43 am

Question on DiscountPlanSubs DELETE

Post by beacondental »

I see that DiscountPlanSubs DELETE is a new feature. When reading the online explanation, I had a clarification. Is this DELETE function such that API users are dropping the discount plan? Or is it deleting the discount plans in List.
justine
Posts: 354
Joined: Tue Dec 28, 2021 7:59 am

Re: Question on DiscountPlanSubs DELETE

Post by justine »

beacondental wrote: Mon Jun 05, 2023 6:38 pm I see that DiscountPlanSubs DELETE is a new feature. When reading the online explanation, I had a clarification. Is this DELETE function such that API users are dropping the discount plan? Or is it deleting the discount plans in List.
Using DiscountPlanSubs DELETE, is essentially the same as clicking the 'Drop' button as seen in the UI here. This drops a Discount Plan subscriber from a Discount Plan.

You cannot delete a Discount Plan, you can only hide one. This can be done by using the upcoming DiscountPlans PUT (currently in development) and setting IsHidden to "true".
Post Reply