To renew Cloud Phones.
POST/api/v1/cloudPhone/renewal| Parameter | Type | Required | Description |
|---|---|---|---|
| image_ids | array | Yes | Cloud Phone IDs, can be obtained from the cloud phone list |
| duration | string | Yes | Subscription duration: 7 / 30 / 90 / 180 / 360 days, with a default of 30 days |
| coupon_code | string | No | Coupon code |
{
"image_ids": ["xxx","xxx"],
"duration": "90",
"coupon_code": "xxxx"
}
{
"code": 200,
"data": {
"order_id": "xxxx" // Order No
},
"message": "Success"
}