Edit Customer Subscription Plan
POST
/open/customerSubscription/edit
Edit/Update Subcription Plan
This API will edit Plan
Name | Type | Description |
---|---|---|
api_key | string | Your API-key |
plan_id | number | New Plan id to update |
plan name | string | Subscription plan name |
amount | number | Plan amount (number) |
plan_duration | number | Valid upto in days (number) |
reminder_days | number | Number of days before expiry date to send reminder notification |
image_url | string | Image url of subscriptiion |
number_of_orders | number(optional) | Valid upto order (number) optional if not given valid to unlimited no of orders |
description | string | Description of plan |
is_active | number(optional) | 1 for active 0 for in active (optional) |
auto_assign | number(optional) | 1 for assign plan to new customers for free (optional) |
Request
Body Params application/json
Request samples
Responses
Modified at 2024-04-17 07:11:33