Menu

Renew Subscription Startup

Usage Instructions

Renew subscription startups.

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/subscriptionStartup/renewal

Request Parameters

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

Request Example

json Copy
{
    "phone_ids": ["xxx","xxx"],
    "duration": "90",
    "coupon_code": "xxxx"
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "order_id": "xxxx"  // 	Order No
    },
    "message": "Success"
}
Previous
Subscription Startup
Next
Proxy
Last modified: 2026-01-27Powered by