Question on DiscountPlanSubs DELETE
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
Question on DiscountPlanSubs DELETE
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.
Re: Question on DiscountPlanSubs DELETE
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.beacondental wrote: ↑Mon Jun 05, 2023 6:38 pmI 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.
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".