Renew subscription startups.
POST/api/v1/subscriptionStartup/renewal| Parameter | Type | Required | Description |
|---|---|---|---|
| phone_ids | array | Yes | Subscription Startup IDs |
| duration | string | Yes | Subscription duration: 7 / 30 / 90 / 180 / 360 days, with a default of 30 days |
| coupon_code | string | No | Coupon code |
{
"phone_ids": ["xxx","xxx"],
"duration": "90",
"coupon_code": "xxxx"
}
{
"code": 200,
"data": {
"order_id": "xxxx" // Order No
},
"message": "Success"
}